-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy path.codecov.yml
More file actions
36 lines (33 loc) · 803 Bytes
/
.codecov.yml
File metadata and controls
36 lines (33 loc) · 803 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
flag_management:
individual_flags:
- name: fast
carryforward: true
- name: slow
carryforward: true
- name: superslow
carryforward: true
comment:
layout: "reach, diff, files"
behavior: default
require_changes: false
show_critical_paths: false
github_checks:
annotations: false
coverage:
status:
project:
default:
# compare against the PR’s base commit coverage
target: auto
# fail if overall coverage drops by ≥1%
threshold: 1%
# only include these flags in the project-level check
flags:
- fast
- slow
- superslow
# only run this check when targeting master
branches:
- master
# turn on the patch-level coverage check
patch: true