Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 849 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 849 Bytes

⚠️ ⚠️ ⚠️
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/[email protected]
with:
  path: "./coverage/lcov.info"
  min_coverage: 95
  exclude: "**/*.g.dart **/l10n/*.dart"