-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.codecov.yml
More file actions
48 lines (48 loc) · 975 Bytes
/
.codecov.yml
File metadata and controls
48 lines (48 loc) · 975 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
37
38
39
40
41
42
43
44
45
46
47
48
codecov:
notify:
wait_for_ci: true
require_ci_to_pass: true
comment:
behavior: default
layout: reach, diff, flags, files, footer
require_base: false
require_changes: false
require_head: true
show_carryforward_flags: false
coverage:
precision: 3
round: nearest
status:
changes: false
default_rules:
flag_coverage_not_uploaded_behavior: include
patch: true
project:
default:
target: 95%
base: auto
branches:
- master
- stable
if_ci_failed: ignore
only_pulls: false
removed_code_behavior: adjust_base
tests:
target: 80%
if_ci_failed: failure
only_pulls: false
removed_code_behavior: fully_covered_patch
flags:
- tests
paths:
- tests
github_checks:
annotations: true
flags:
pythonrepo:
paths:
- "pythonrepo/"
tests:
paths:
- "tests/"
- "!pythonrepo/"