very_good_templates
very_good_templates copied to clipboard
test: very_good_flutter_plugin doesn't have full code coverage
Description
The coverage of the template is not 100%, it's 86%.
Reproductive steps
- Get the Very Good Flutter Plugin brick (from .):
mason get
- Generate Very Good Flutter Plugin (from .):
mason make very_good_flutter_plugin -o output/
- Run tests (from output/):
very_good test -j 4 --recursive --optimization --coverage --test-randomize-ordering-seed random --min-coverage 100
Expected behaviour
Coverage should be 100%
Requirements
- [ ] Coverage should be 100%
- [ ] Update workflow to check coverage is 100%
Assigning to @wolfenrain given that it has to do with Fluttium.
Closed by #89
Re-opening until we check again for 100% coverage on CI:
https://github.com/VeryGoodOpenSource/very_good_templates/blob/f7e6c45929b1c9121338cd0f28ff5687c5527c2d/.github/workflows/very_good_flutter_plugin.yaml#L86