forked from GridTools/gt4py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
36 lines (34 loc) · 695 Bytes
/
codecov.yml
File metadata and controls
36 lines (34 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
codecov:
require_ci_to_pass: no
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: auto
threshold: 0%
- type: patch
target: 0%
individual_flags:
- name: gt4py-all
paths:
- src/functional
carryforward: true
statuses:
- type: project
target: 85%
- type: patch
target: 0%
- name: eve-all
paths:
- src/eve
carryforward: true
statuses:
- type: project
target: 85%
- type: patch
target: 0%
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no