frango9000/Test Coverage Report
Report Test Coverage to PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Access Token | no | ${{ github.token }} |
| title | Title to add to the comment | no | — |
| disable-comment | Disable comment post/update | no | false |
| report-paths | List of paths to test results Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob) | yes | — |
| report-paths-replace-backslashes | The fast-glob library that is internally used interprets backslashes as escape characters. If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators. It might be useful when path input variable is composed dynamically from existing directory paths on Windows. | no | false |
| enable-build-fail | Enable failing the build if coverage requirements are not met or no coverage files found | no | false |
| file-coverage-error-min | Minimal coverage required per file. Will fail if any file coverage is below this | no | — |
| file-coverage-warn-min | Minimal coverage recommended per file. Will warn if any file coverage is below this | no | — |
| report-coverage-error-min | Minimal coverage required per report. Will fail if any report coverage is below this | no | — |
| report-coverage-warn-min | Minimal coverage recommended per report. Will warn if any report coverage is below this | no | — |
| global-coverage-error-min | Minimal global coverage required. Will fail if multiple reports received and threshold not met. Ignored if only one report file received | no | — |
| global-coverage-warn-min | Minimal global coverage required recommended. Will warn if multiple reports received and threshold not met. Ignored if only one report file received | no | — |
Outputs
no outputs