Skip to content

Commit 523bfe9

Browse files
committed
(#221) add a simple codecov.yml
This should set the target coverage to 80% and allow each single PR to let coverage drop by 3%. While this does not sound ideal, the current (default) configuration feels much too fragile, and breaks on too many PRs whose coverage is fine.
1 parent 04276d4 commit 523bfe9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: no
4+
5+
coverage:
6+
precision: 2
7+
round: down
8+
range: "75...100"
9+
status:
10+
project:
11+
default:
12+
target: 80%
13+
threshold: 3%
14+
patch:
15+
default:
16+
target: 80%
17+
threshold: 3%

0 commit comments

Comments
 (0)