This project has been deprecated in favor of Very Good Coverage.
Please migrate to Very Good Coverage for continued support and improvements.
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 paths to exclude from coverage
uses: ChicagoFlutter/lcov-cop@v1.0.0
with:
path: "./coverage/lcov.info"
min_coverage: 95
exclude: "**/*.g.dart **/l10n/*.dart"