Skip to content

Commit

Permalink
Add codecov repo yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Regis Kuckaertz committed Dec 21, 2018
1 parent a088719 commit 5722a0f
Showing 1 changed file with 96 additions and 12 deletions.
108 changes: 96 additions & 12 deletions .codecov.yml
Expand Up @@ -3,30 +3,114 @@ coverage:
status:
project:
default: off
core:
flags: core
scanamo:
flags: scanamo
target: auto
threshold: 100
base: auto
interop:
flags: interop
formats:
flags: formats
target: auto
threshold: 100
base: auto
joda:
flags: joda
target: auto
threshold: 100
base: auto
java-time:
flags: java-time
target: auto
threshold: 100
base: auto
alpakka:
flags: alpakka
target: auto
threshold: 100
base: auto
cats:
flags: cats
target: auto
threshold: 100
base: auto
scalaz:
flags: scalaz
target: auto
threshold: 100
base: auto
scalaz-zio:
flags: scalaz-zio
target: auto
threshold: 100
base: auto
refined:
flags: refined
target: auto
threshold: 100
base: auto
patch:
default: off
core:
flags: core
scanamo:
flags: scanamo
threshold: 100
base: auto
interop:
flags: interop
formats:
flags: formats
threshold: 100
base: auto
joda:
flags: joda
threshold: 100
base: auto
java-time:
flags: java-time
threshold: 100
base: auto
alpakka:
flags: alpakka
threshold: 100
base: auto
cats:
flags: cats
threshold: 100
base: auto
scalaz:
flags: scalaz
threshold: 100
base: auto
scalaz-zio:
flags: scalaz-zio
threshold: 100
base: auto
refined:
flags: refined
threshold: 100
base: auto
flags:
core:
alpakka:
paths:
- alpakka/
cats:
paths:
- cats/
formats:
paths:
- formats/
java-time:
paths:
- java-time/
joda:
paths:
- joda/
refined:
paths:
- refined/
scalaz:
paths:
- scalaz/
scalaz-zio:
paths:
- core/
interop:
- scalaz-zio/
scanamo:
paths:
- interop/
- scanamo/

0 comments on commit 5722a0f

Please sign in to comment.