mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
the ignore rules marked as `remove with 1.0.0` are not even covered by bc-tests (must be from Atrium lower than 0.6.0). Moreover, we can ignore: - tools - nullable.kt and subAssert.kt (only inline)
48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
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%
|