Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't upload codecov data from autorest and release jobs (#3725)
We currently have a problem in historic codecov data where coverage jumps up and down between master commits. Examples - https://app.codecov.io/gh/pulumi/pulumi-azure-native/commit/0e7c8eefcfa8efc2927d5a8acc147925bd72fb02 - https://app.codecov.io/gh/pulumi/pulumi-azure-native/commit/93fac42eb6f44197a625edce2aae360088ffd0f0 It turns out that the larger coverage number comes from two or three CI jobs (master + scheduled autorest + release) and lower number is just from master. Since we can't guarantee that we will run a release and an autorest nightly on every commit, this PR disables coverage data on those jobs. We lose a little bit of coverage on that autorest legacy code, but I think stability is more important. Also, a PR vs. master coverage will be directly comparable.
- Loading branch information