We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d02182 commit 70d29d9Copy full SHA for 70d29d9
1 file changed
.codecov.yml
@@ -3,21 +3,25 @@ codecov:
3
require_ci_to_pass: yes
4
5
coverage:
6
+ range: 70..100
7
precision: 2
8
round: down
- range: "70...100"
9
- ignore: Tests
10
- status:
11
- project:
12
- default:
13
- target: auto
14
- threshold: 0%
15
- patch:
16
17
- target: 97%
+ ignore:
+ - "tests/**"
+ - "**/_version.py"
+ - "**/__init__.py"
+
+status:
+ project: # overall coverage
+ default:
+ target: auto # fail on any drop
18
+ threshold: 0% # or 0.5 % if you want slack
19
+ patch: # changed lines
20
21
+ target: 97%
22
23
comment:
- layout: "header, changes, diff"
24
+ layout: header, changes, diff
25
behavior: default
26
require_changes: false
27
branches: null
0 commit comments