-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Enable code cov status checks and aim at 70% of coverage (#319)
* Enable status checks and aim at 80% * Try enabling comments * Enable comment differently * Modify comment * Downgrade to 75% * Simplify * Update templates
- Loading branch information
1 parent
e5d7010
commit 5478786
Showing
3 changed files
with
28 additions
and
22 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
comment: false | ||
|
||
comment: | ||
layout: "header, reach, files" | ||
require_changes: true | ||
behavior: "new" # Only post on new commits | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
informational: true | ||
target: 70% | ||
threshold: 5% | ||
patch: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
informational: true | ||
target: 70% | ||
threshold: 5% |