Skip to content

Commit 1b354ba

Browse files
committed
fix formatting of Codecov config?
1 parent 29036cc commit 1b354ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.codecov.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage:
22
precision: 2
33
round: down
4-
range: '8...100'
4+
range: "8...100"
55

66
status:
77
project: false
@@ -17,9 +17,10 @@ parsers:
1717
macro: false
1818

1919
comment:
20-
layout: 'diff'
20+
layout: "diff"
2121
behavior: default
2222
require_changes: true
2323

2424
github_checks:
25-
annotations: false
25+
annotations: false
26+

0 commit comments

Comments
 (0)