9ab8c6df4c
* Corrected the opencover option to merge the output file - Delete temporary zip file. - Remove CodeCov uploading through cygwin. - Add code to use Invoke-WebRequest to upload to CodeCov * Codecov settings - Wait for 1 build to start analysis. - Do not wait for CI. - Disable comments in PR. * Addressed code review comments
9 lines
151 B
YAML
9 lines
151 B
YAML
# name: codecov.yml
|
|
fixes:
|
|
- "projects/powershell-*::"
|
|
codecov:
|
|
notify:
|
|
after_n_builds: 1
|
|
wait_for_ci: no
|
|
comment: off
|