forked from robstoll/atrium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
48 lines (42 loc) · 892 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
ignore:
- "domain/builders/**/AssertImpl.kt"
- "domain/builders/**/ExpectImpl.kt"
- "domain/builders/**/creating/**Builder.kt"
- "domain/builders/**/creating/*Builders.kt"
- "misc/specs/**/*"
- "misc/tools/**/*"
- "samples/**/*"
# TODO remove with 1.0.0
- "misc/atrium-spec/**/*"
# - "misc/atrium-assertions/**/*"
# - "apis/**/assertions/**/*"
# - "domain/api/**/assertions/**/*"
# - "domain/atrium-domain-api-deprecated/**/*"
# - "**/IAtriumFactory.kt"
# - "**/AtriumFactory.kt"
flags:
api:
paths:
- apis/
domain:
paths:
- domain/
core:
paths:
- core/
misc:
paths:
- misc/
translations:
paths:
- translations/
coverage:
range: 70..95
status:
project:
default:
target: 85%
patch:
default:
against: parent
target: 85%