Files
atrium/codecov.yml
Robert Stoll 0848d8b459 update codecov.yml, give some more hints to codecov
- 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
2018-07-16 09:23:48 +02:00

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/