forked from gastownhall/gascity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
59 lines (57 loc) · 1.27 KB
/
codecov.yml
File metadata and controls
59 lines (57 loc) · 1.27 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
ignore:
# Generated from internal/api/openapi.json and verified by TestGeneratedClientInSync.
- "internal/api/genclient/client_gen.go"
coverage:
status:
default_rules:
flag_coverage_not_uploaded_behavior: include
project:
default:
target: auto
flags:
- unit
- integration-packages
- integration-review-formulas
- integration-bdstore
- integration-rest-smoke
- integration-rest-full
flags:
unit:
paths:
- cmd/
- internal/
- test/
carryforward: true
# These integration shards exercise the repo as a whole under different
# test partitions, so they intentionally share the same source paths and
# rely on flag names to distinguish the uploads.
integration-packages:
paths:
- cmd/
- internal/
- test/
carryforward: true
integration-review-formulas:
paths:
- cmd/
- internal/
- test/
carryforward: true
integration-bdstore:
paths:
- cmd/
- internal/
- test/
carryforward: true
integration-rest-smoke:
paths:
- cmd/
- internal/
- test/
carryforward: true
integration-rest-full:
paths:
- cmd/
- internal/
- test/
carryforward: true