Skip to content

Commit ae49ff6

Browse files
committed
Update code cov yml file
1 parent 453c793 commit ae49ff6

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

codecov.yml

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
21
codecov:
32
require_ci_to_pass: yes
43
notify:
54
wait_for_ci: yes
5+
max_report_age: false
6+
67
coverage:
78
status:
8-
project:
9-
default:
10-
enabled: yes
11-
threshold: null
12-
target: auto
13-
patch:
14-
default:
15-
target: 80%
16-
threshold: 40%
9+
project: off
10+
patch: off
11+
12+
flag_management:
13+
default_rules:
14+
carryforward: true
15+
individual_flags:
16+
- 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

Comments
 (0)