forked from determined-ai/determined
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
45 lines (39 loc) · 797 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
codecov:
require_ci_to_pass: true
notify:
wait_for_ci: false
# Backend code coverage must be >= 45% +/- 3%. Backend PR coverage must be >= 80% +/- 5%.
coverage:
status:
project:
default:
informational: true
backend:
target: 45%
threshold: 3%
flags:
- backend
informational: false
patch:
default:
informational: true
backend:
target: 80%
threshold: 5%
flags:
- backend
informational: false
only_pulls: true
flags:
backend:
carryforward: true
github_checks:
annotations: false
comment:
layout: "diff, flags, files"
behavior: default
parsers:
go:
partials_as_hits: true
ignore:
- "harness/determined/common/api/bindings.py"