-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
52 lines (49 loc) · 1012 Bytes
/
codecov.yml
File metadata and controls
52 lines (49 loc) · 1012 Bytes
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
coverage:
status:
project:
default:
target: auto
threshold: 2%
contract:
target: 80%
threshold: 2%
flags:
- contract
server-starter:
target: 50%
threshold: 2%
flags:
- server-starter
java-codegen:
target: 50%
threshold: 2%
flags:
- java-codegen
patch:
default:
target: 70%
threshold: 2%
comment:
layout: "reach, diff, flags, files"
require_changes: true
ignore:
- "samples/**"
- "**/target/**"
- "**/generated/**"
- "**/generated-sources/**"
- "**/*Application.java"
- "openapi-generics-platform-bom/**"
- "openapi-generics-java-codegen-parent/**"
flags:
contract:
paths:
- openapi-generics-contract/
carryforward: true
server-starter:
paths:
- openapi-generics-server-starter/
carryforward: true
java-codegen:
paths:
- openapi-generics-java-codegen/
carryforward: true