You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Very Good Coverage
v2.0.0
Developed with 💙 by Very Good Ventures 🦄
A GitHub Action which helps enforce a minimum code coverage threshold.
Optional The path to the lcov.info
file.
Default ./coverage/lcov.info
Optional The minimum coverage percentage allowed.
Default 100
Optional List of paths to exclude from the coverage report, separated by an empty space. Supports globs
to describe file patterns.
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: './coverage/lcov.info'
min_coverage: 95
exclude: '**/*_observer.dart **/change.dart'