This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Disable the "changes" status from CodeCov #1827
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please be sure to read the contributor's guide to the GitHub package before submitting any pull requests.
Requirements
Description of the Change
Disable the "changes" status reported by CodeCov.
Alternate Designs
I'd originally tried to build us some slack by configuring it with a
thresholdkey, but that doesn't appear to work. In retrospect, that makes sense - the changes status is reported as a total number of files, not by coverage percentage like the others are - and the commit status docs kind of support this.Benefit
It'll unblock pull requests like #1822 that currently have a red "changes" check that we can't do anything about from merging.
It'll also prevent our CI-watching chatops from spamming the #atom channel on every merge to master.
Possible Drawbacks
There are some situations where we'll be able to incidentally decrease coverage and still get passing statuses from CodeCov. Deleting tests is one example.
Applicable Issues
n/a
Metrics
n/a
Tests
I'm going to see if this pull request doesn't have the "changes" status reported from CodeCov. 🙃
Documentation
n/a
Release Notes
n/a
User Experience Research (Optional)
n/a