Files
atrium/codecov.yml
Robert Stoll 0273ca5941 fix codecov yml configuration uncomment previously deactivated
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)
2019-10-26 23:09:42 +02:00

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%