forked from Homebrew/brew
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- make the CodeCov CI job informational. We don't want red PRs just because the coverage varies slightly. We still get comments inline saying where code coverage is met; this is more useful during review than a single number and failing status - make the Triage CI job do less: instead of enforcing a time period for review window, make it only exist to self-approve PRs for merge and require a maintainer otherwise to review
- Loading branch information
1 parent
65d858d
commit 510c4dc
Showing
3 changed files
with
6 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ coverage: | |
status: | ||
project: | ||
default: | ||
informational: true | ||
threshold: 0.05% | ||
patch: | ||
default: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters