-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecov.yml
More file actions
61 lines (58 loc) · 1.04 KB
/
codecov.yml
File metadata and controls
61 lines (58 loc) · 1.04 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
53
54
55
56
57
58
59
60
61
coverage:
precision: 2
round: down
range: "60...100"
status:
project:
default:
target: auto
threshold: 2%
rust:
target: auto
threshold: 2%
flags:
- rust
typescript:
target: auto
threshold: 2%
flags:
- typescript
vscode-extension:
target: auto
threshold: 2%
flags:
- vscode-extension
opr8r:
target: auto
threshold: 2%
flags:
- opr8r
patch:
default:
target: 80%
flags:
rust:
paths:
- src/
carryforward: true
typescript:
paths:
- backstage-server/packages/
- backstage-server/src/
carryforward: true
vscode-extension:
paths:
- vscode-extension/src/
carryforward: true
opr8r:
paths:
- opr8r/src/
carryforward: true
comment:
layout: "reach,diff,flags,files"
behavior: default
require_changes: true
ignore:
- "tests/**"
- "backstage-server/e2e/**"
- "vscode-extension/test/**"