Skip to content

Commit 70d29d9

Browse files
committed
Fix .codecov.yml
1 parent 9d02182 commit 70d29d9

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

.codecov.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@ codecov:
33
require_ci_to_pass: yes
44

55
coverage:
6+
range: 70..100
67
precision: 2
78
round: down
8-
range: "70...100"
9-
ignore: Tests
10-
status:
11-
project:
12-
default:
13-
target: auto
14-
threshold: 0%
15-
patch:
16-
default:
17-
target: 97%
9+
ignore:
10+
- "tests/**"
11+
- "**/_version.py"
12+
- "**/__init__.py"
13+
14+
status:
15+
project: # overall coverage
16+
default:
17+
target: auto # fail on any drop
18+
threshold: 0% # or 0.5 % if you want slack
19+
patch: # changed lines
20+
default:
21+
target: 97%
1822

1923
comment:
20-
layout: "header, changes, diff"
24+
layout: header, changes, diff
2125
behavior: default
2226
require_changes: false
2327
branches: null

0 commit comments

Comments
 (0)