mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-02-07 15:24:36 +01:00
![Rafał Borcz](/assets/img/avatar_default.png)
* 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
|