PowerShell/codecov.yml
Aditya Patwardhan 9ab8c6df4c Make OpenCover merge and upload more reliable/usable (#3078)
* 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
2017-02-01 15:45:03 -08:00

9 lines
151 B
YAML

# name: codecov.yml
fixes:
- "projects/powershell-*::"
codecov:
notify:
after_n_builds: 1
wait_for_ci: no
comment: off