-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.codecov.yml
51 lines (51 loc) · 1023 Bytes
/
.codecov.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false
require_base: false
require_head: true
flag_management:
default_rules:
carryforward: false
paths:
- src/jobflow_remote
statuses:
- type: project
target: auto
threshold: 1%
- type: patch
target: 95%
individual_flags:
- name: unit_tests
statuses:
- type: project
target: 50%
- type: patch
target: 100%
- name: db_tests
statuses:
- type: project
target: 50%
- type: patch
target: 100%
- name: integration_tests
statuses:
- type: project
target: 50%
- type: patch
target: 90%
- name: all_tests
statuses:
- type: project
target: 50%
- type: patch
target: 90%
coverage:
precision: 2
round: down
range: 80..95
# status:
# project: off
# patch:
# default:
# only_pulls: true