-
-
Notifications
You must be signed in to change notification settings - Fork 396
Expand file tree
/
Copy pathcodecov.yml
More file actions
34 lines (34 loc) · 703 Bytes
/
codecov.yml
File metadata and controls
34 lines (34 loc) · 703 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
coverage:
status:
patch:
default:
target: auto
informational: true
project:
default:
target: auto
threshold: 0.1
flags:
- tests
flags:
tests:
paths:
- src/
carryforward: true
gpu:
paths:
- src/
carryforward: true
codecov:
notify:
# 6 = test.yml: 3 (optional+ubuntu) + 2 (upstream + min_deps), hypothesis: 1
after_n_builds: 6
wait_for_ci: yes
comment:
layout: "diff, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
branches: # branch names that can post comment
- "main"
github_checks:
annotations: false