-
Notifications
You must be signed in to change notification settings - Fork 102
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
Showing
4 changed files
with
29 additions
and
2 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,23 @@ | ||
coverage: | ||
precision: 1 # how many decimal places to display in the UI: 0 <= value <= 4 | ||
round: nearest # how coverage is rounded: down/up/nearest | ||
range: 50...100 # custom range of coverage colors from red -> yellow -> green | ||
status: | ||
|
||
project: # measuring the overall project coverage | ||
default: # context, you can create multiple ones with custom titles | ||
enabled: yes # must be yes|true to enable this status | ||
target: auto # specify the target coverage for each commit status | ||
# option: "auto" (must increase from parent commit or pull request base) | ||
# option: "X%" a static target percentage to hit | ||
|
||
patch: # pull requests only: this commit status will measure the | ||
# entire pull requests Coverage Diff. Checking if the lines | ||
# adjusted are covered at least X%. | ||
default: | ||
enabled: yes # must be yes|true to enable this status | ||
target: 85% # specify the target "X%" coverage to hit | ||
|
||
|
||
|
||
|
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