Skip to content

Coverage check

Actions
A GitHub Action that check minimum coverage percentage
v1.2.0
Latest
Star (14)

Coverage check

A GitHub Action that check minimum coverage percentage!

This action requires a Github token with checks:write scope to allow create the check run using the Github API v3. But no need to generate any new token, you can use the Github action token (${{ github.token }})

Usage

Lcov

- uses: devmasx/[email protected]
  with:
    type: lcov
    result_path: coverage/example.lcov
    min_coverage: 90
    token: ${{ github.token }}
- uses: devmasx/[email protected]
  with:
    type: simplecov
    result_path: coverage/.last_run.json
    min_coverage: 90
    token: ${{ github.token }}

Screenshots

Success Fail

Coverage check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action that check minimum coverage percentage
v1.2.0
Latest

Coverage check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.