Skip to content

Commit b57d926

Browse files
authored
Merge pull request #70 from eedri/fix-codecov-compliance
Fix codecov.yml: standardize coverage config
2 parents 42949ce + 995e6f8 commit b57d926

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

codecov.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
---
21
codecov:
32
require_ci_to_pass: true
43

54
coverage:
6-
precision: 2
7-
round: down
8-
range: "70...100"
9-
105
status:
116
project:
127
default:
138
target: 80%
149
threshold: 1%
15-
base: auto
10+
informational: true
1611
branches:
1712
- main
1813
patch:
1914
default:
20-
target: 70%
15+
target: 80%
2116
threshold: 1%
17+
informational: true
2218

2319
flags:
2420
unit-tests:
@@ -39,6 +35,5 @@ ignore:
3935
- "testdata/"
4036

4137
comment:
42-
layout: "reach,diff,flags,files"
43-
behavior: default
44-
require_changes: false
38+
layout: "reach,diff,flags,files,footer"
39+
require_changes: true

0 commit comments

Comments
 (0)