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

themichaelhall/check-code-coverage

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Check code coverage

tests

This GitHub action reads a code coverage report and fails if the actual code coverage is below a specified threshold.

Inputs

report

Required The name of the code coverage report file. Only reports in clover format are supported.

required-percentage

Required The code coverage in percent (0-100) required to pass.

Example usage

uses: themichaelhall/check-code-coverage@v2
with:
  report: coverage.xml
  required-percentage: 80

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •