forked from robstoll/atrium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
47 lines (43 loc) · 1.03 KB
/
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
ignore:
- "domain/builders/**/AssertImpl.kt$"
- "domain/builders/**/ExpectImpl.kt$"
- "domain/builders/**/ExpectImplExtensions.kt$"
- "domain/builders/**/creating/**AssertionsBuilders?.kt$"
- "domain/builders/**/utils/nullable.kt$"
- "domain/builders/**/utils/subAssert.kt$"
- "misc/specs/**"
- "misc/tools/**"
- "samples/**"
# TODO remove with 1.0.0
- "misc/atrium-spec/**"
- "misc/atrium-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%