File size: 151 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 | # name: codecov.yml
fixes:
- "projects/powershell-*::"
codecov:
notify:
after_n_builds: 1
wait_for_ci: no
comment: off
|
8c763fb | 1 2 3 4 5 6 7 8 9 | # name: codecov.yml
fixes:
- "projects/powershell-*::"
codecov:
notify:
after_n_builds: 1
wait_for_ci: no
comment: off
|