-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcodecov.yml
More file actions
33 lines (32 loc) · 691 Bytes
/
Copy pathcodecov.yml
File metadata and controls
33 lines (32 loc) · 691 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
comment:
show_carryforward_flags: true
# Setting coverage targets per flag
coverage:
status:
patch: off
project:
default:
target: 80% #overall project/ repo coverage
api-tests:
threshold: 5%
target: auto
flags:
- api-test
unit-test-server:
threshold: 5%
target: auto
flags:
- unit-test-server
unit-test-client:
threshold: 5%
target: auto
flags:
- unit-test-client
unit-test-achievements:
threshold: 5%
target: auto
flags:
- unit-test-achievements
flag_management:
default_rules:
carryforward: true