agallea/Tests Coverage Report
Comments tests coverage report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 25, 2026
- License
- MIT
Pinned Snippet
uses: agallea/tests-coverage-report@80cebbee02d0b7ceba73f20f98401d532a72cb06 # 1.3.14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub API Access Token | yes | ${{ github.token }} |
| title | Title for the comment | no | Tests Report |
| cobertura-path | The location of the cobertura coverage xml file | no | ./coverage/cobertura-coverage.xml |
| clover-path | The location of the clover coverage xml file | no | ./coverage/clover.xml |
| lcov-path | The location of the lcov coverage info file | no | ./coverage/lcov.info |
| jacoco-path | The location of the jacoco coverage xml file | no | ./target/site/jacoco/jacoco.xml |
| junit-path | The location of the junit xml file or folder | no | ./coverage/junit.xml |
| show-junit | Show JUnit details on comment | no | true |
| diffcover-ref | Diff coverage report referral | no | cobertura |
| show-diffcover | Show coverage report details on comment | no | true |
| min-coverage-percentage | Minimum coverage percentage | no | 80 |
| fail-under-coverage-percentage | Fail job when coverage percentage is below the minimum | no | true |
| show-failures-info | Show failures info on comment | no | false |
| override-comment | Overrides existing coverage comment | no | true |
Outputs
| name | description |
|---|---|
| coverage | Value indicating the coverage percentage of your report based on Jest, example 78 |