-
Notifications
You must be signed in to change notification settings - Fork 2
/
codecov.yml
48 lines (46 loc) · 880 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
coverage:
status:
project:
default:
target: auto
threshold: 0%
base: auto
if_not_found: success
informational: false
only_pulls: false
patch:
crud:
target: 95%
threshold: 0%
if_ci_failed: error
informational: false
only_pulls: false
webui:
target: 50%
threshold: 0%
if_ci_failed: error
informational: false
only_pulls: false
ghbot:
target: 75%
threshold: 0%
if_ci_failed: error
informational: false
only_pulls: false
comment:
layout: "diff, flags, files"
flags:
crud:
carryforward: false
paths:
- crud/
webui:
carryforward: false
paths:
- webui/
ghbot:
carryforward: false
paths:
- "ghbot/"
github_checks:
annotations: true