-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1da9f0a
commit 059cee2
Showing
1 changed file
with
15 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
coverage: | ||
precision: 2 # Report coverage to 2 decimal places | ||
round: down # Round down | ||
range: "90...100" # Anything below 90% is coloured red (considered bad) | ||
status: # Various customisations that it seems should be off | ||
project: off | ||
patch: off | ||
changes: off | ||
|
||
comment: | ||
layout: "header, diff, changes, tree" | ||
behavior: default | ||
|
||
ignore: | ||
- "extern" # Do not check coverage on the extern directory |