We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453c793 commit ae49ff6Copy full SHA for ae49ff6
codecov.yml
@@ -1,16 +1,24 @@
1
-
2
codecov:
3
require_ci_to_pass: yes
4
notify:
5
wait_for_ci: yes
+ max_report_age: false
6
+
7
coverage:
8
status:
- project:
9
- default:
10
- enabled: yes
11
- threshold: null
12
- target: auto
13
- patch:
14
15
- target: 80%
16
- threshold: 40%
+ project: off
+ patch: off
+flag_management:
+ default_rules:
+ carryforward: true
+ individual_flags:
+ - name: unit
17
+ statuses:
18
+ - type: project
19
+ target: auto
20
+ threshold: null
21
+ - type: patch
22
+ target: 80%
23
+ threshold: 40%
24
0 commit comments