ChicagoFlutter / lcov-cop

A Github Action which helps enforce code coverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ ⚠️ ⚠️
This project has been deprecated in favor of Very Good Coverage.
Please migrate to Very Good Coverage for continued support and improvements.

lcov cop

A Github Action which helps enforce a minimum code coverage threshold.

Inputs

path

Optional The path to the lcov.info file.

Default ./coverage/lcov.info

min_coverage

Optional The minimum coverage percentage allowed.

Default 100

exclude

Optional paths to exclude from coverage

Example usage

uses: ChicagoFlutter/lcov-cop@v1.0.0
with:
  path: "./coverage/lcov.info"
  min_coverage: 95
  exclude: "**/*.g.dart **/l10n/*.dart"

About

A Github Action which helps enforce code coverage

License:MIT License


Languages

Language:Shell 78.8%Language:Dockerfile 21.2%