We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6a187 commit 0e95493Copy full SHA for 0e95493
codecov.yml
@@ -1 +1,21 @@
1
comment: off
2
+
3
+coverage:
4
+ status:
5
+ project:
6
+ default:
7
+ # Commits pushed to master should not make the overall
8
+ # project coverage decrease by more than 1%:
9
+ target: auto
10
+ threshold: 1%
11
+ patch:
12
13
+ # Be tolerant on slight code coverage diff on PRs to limit
14
+ # noisy red coverage status on github PRs.
15
+ # Note The coverage stats are still uploaded
16
+ # to codecov so that PR reviewers can see uncovered lines
17
+ # in the github diff if they install the codecov browser
18
+ # extension:
19
+ # https://github.com/codecov/browser-extension
20
21
0 commit comments