mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
- re-enable jacoco_additional (was removed with the usage of
the tutteli-gradle-spek plugin)
- remove gradle task CodeCoverage from travis -> codecov merges
different files anyway
- remove bc-tests from normal build and split travis jobs accordingly
- introduce flags for codecov
28 lines
589 B
YAML
28 lines
589 B
YAML
ignore:
|
|
- "domain/atrium-domain-builders/**/AssertImpl.kt"
|
|
- "domain/atrium-domain-builders/**/creating/**Builder.kt"
|
|
- "domain/atrium-domain-builders/**/creating/*Builders.kt"
|
|
|
|
# TODO remove with 1.0.0
|
|
- "misc/atrium-assertions/**/*"
|
|
- "apis/**/assertions/**/*"
|
|
- "domain/atrium-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/
|