actions-marketplace-validations/cobertura-report
Report cobertura coverage reports in Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 25, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/5monkeys_cobertura-action@2f27e73e22dc84b22849040d2e1c8e5d8b6a4a0a # no releases — HEAD as of 2026-07-22tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | The GITHUB_TOKEN for this repo | yes | ${{ github.token }} |
| path | Path to the cobertura file. | yes | coverage.xml |
| skip_covered | If files with 100% should be skipped from report. | yes | true |
| minimum_coverage | Minimum allowed coverage percentage as an integer. | yes | — |
| fail_below_threshold | Fail the action when the minimum coverage was not met. | no | false |
| show_line | Show line rate as specific column. | yes | false |
| show_branch | Show branch rate as specific column. | yes | false |
| show_class_names | Show class names instead of file names. | yes | false |
| show_missing | Show line numbers of statements, per module, that was not executed. | yes | false |
| show_missing_max_length | Crop missing line numbers strings that exceeds this length, provided as an integer. | no | "" |
| link_missing_lines | Link missing line numbers. | no | false |
| link_missing_lines_source_dir | Source directory used for link_missing_lines. | no | "" |
| only_changed_files | Only show coverage for changed files. (only if a PR is present) | yes | false |
| pull_request_number | Pull request number associated with the report. This property should be used when workflow trigger is different than pull_request. | no | "" |
| report_name | Use a unique name for the report and comment. | no | "" |
Outputs
no outputs