Skip to content

Commit 3d08ca3

Browse files
committed
Validate and fix codecov.yml
1 parent 5d48698 commit 3d08ca3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/codecov.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
coverage:
22
precision: 0
33
round: nearest
4-
range: "0...75"
4+
range:
5+
- 0
6+
- 75
57
# notification blocks
68
# https://docs.codecov.io/docs/codecovyml-reference#section-coverage-notify
7-
notify:
8-
status:
9-
project:
10-
patch:
11-
changes:
9+
# notify:
10+
# status:
11+
# project:
12+
# patch:
13+
# changes: off

0 commit comments

Comments
 (0)