-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust codecov: only patch statuses, wait for CI to pass #7294
Conversation
I expect that only |
as per https://docs.codecov.io/docs/commit-status#excluding-tests-example, do we need to specify project as false?
|
codecov.yml
Outdated
comment: off | ||
# reference: https://docs.codecov.io/docs/codecovyml-reference | ||
codecov: | ||
require_ci_to_pass: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the reference this is the default, so maybe want to omit.
I think @gnikonorov is correct, though this section https://docs.codecov.io/docs/commit-status#disabling-a-status rather suggests coverage:
status:
project: off |
You folks are right! Funny thing, I was thinking exactly that this was the correct way in the shower this morning. 😆 |
4dbea41
to
eaf46f5
Compare
Backport: #7299 |
[5.4.x] Merge pull request #7294 from nicoddemus/codecov-adjustments
Fix #6994