Skip to content

Commit 0e95493

Browse files
committed
MAINT Increase codecov threshold
1 parent bf6a187 commit 0e95493

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
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+
default:
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+
target: auto
21+
threshold: 1%

0 commit comments

Comments
 (0)