Skip to content

Commit ad0a3e4

Browse files
authoredSep 22, 2023
Create codecov.yml
hopefully this disables codedov's commenting on each line in the diff in a PR that is not covered.
1 parent 5cb5e4d commit ad0a3e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎codecov.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
range: 50..90
3+
round: down
4+
precision: 2
5+
6+
status:
7+
project:
8+
default:
9+
target: auto
10+
threshold: 5%
11+
patch:
12+
default:
13+
target: auto
14+
threshold: 20%

0 commit comments

Comments
 (0)
Please sign in to comment.