-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding more explanation to the tests
- Loading branch information
Clara Brasseur
committed
Aug 9, 2021
1 parent
c5edaa6
commit b240559
Showing
2 changed files
with
26 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,18 @@ | ||
coverage: | ||
range: 50..90 | ||
round: down | ||
precision: 2 | ||
status: | ||
project: | ||
# full project | ||
default: | ||
target: 90% | ||
threshold: 5% | ||
base: auto | ||
patch: | ||
# just the lines changed | ||
default: | ||
target: 50% | ||
threshold: 10% | ||
base: auto | ||
only_pulls: false |
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