-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecov.yml
More file actions
52 lines (51 loc) · 1.18 KB
/
codecov.yml
File metadata and controls
52 lines (51 loc) · 1.18 KB
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
49
50
51
52
flags:
0.3.4-alpha:
paths:
- crates/grammar/src/alpha034/
- crates/analysis/src/alpha034/
0.3.5-alpha:
paths:
- crates/grammar/src/alpha035/
- crates/analysis/src/alpha035/
0.4.0-alpha:
paths:
- crates/grammar/src/alpha040/
- crates/analysis/src/alpha040/
0.5.0-alpha:
paths:
- crates/grammar/src/alpha050/
- crates/analysis/src/alpha050/
coverage:
status:
project:
default:
target: 80%
threshold: 0%
base: auto
if_not_found: success
informational: false
flags:
- 0.3.4-alpha
- 0.3.5-alpha
- 0.4.0-alpha
- 0.5.0-alpha
0.3.4-alpha:
flags:
- 0.3.4-alpha
0.3.5-alpha:
flags:
- 0.3.5-alpha
0.4.0-alpha:
flags:
- 0.4.0-alpha
0.5.0-alpha:
flags:
- 0.5.0-alpha
patch:
default:
target: 80%
comment:
layout: " diff, flags, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]]