forked from github/wulkanowy-mirror
fe54fa71f3
* Add unit and instrumented tests * Divide code coverage to two different tags on codecov * Change sdk image to 25 * Turn on console output in unit tests
20 lines
325 B
YAML
20 lines
325 B
YAML
coverage:
|
|
range: 60..100
|
|
status:
|
|
project:
|
|
default: off
|
|
unit:
|
|
target: 20%
|
|
flags: unit
|
|
instrumented:
|
|
target: 20%
|
|
flags: instrumented
|
|
|
|
flags:
|
|
unit:
|
|
paths:
|
|
- app/src/main/io/github/wulkanowy
|
|
instrumented:
|
|
paths:
|
|
- app/src/main/io/github/wulkanowy
|