Skip to content

Commit e7a45ce

Browse files
authored
Merge pull request #293 from nils-a/feature/GH-221
(#221) add a simple codecov.yml
2 parents 04276d4 + 523bfe9 commit e7a45ce

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)