0Nom4D / GuardianDock

GuardianDock is a mobile app developed with Flutter for IOS and Android that allows Destiny users to check their stats and news about the game.
0 stars 0 forks source link

Test coverage threshold #35

Closed 0Nom4D closed 11 months ago

0Nom4D commented 12 months ago

When working on that project, I wrote CIs. One for unit testing and the other for build test for Android and iOS.

Unfortunately, I didn't implemented a coverage threshold to avoid code to be not tested enough. This issue should solve the problem with a threshold coverage up to 80%.

0Nom4D commented 11 months ago
format: markdown
indicators: true
output: both
- thresholds: '60 80'
+ thresholds: '75 80'