aki77/Code Coverage with reviewdog
Warns of lines of code not covered by the test.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_level | Unless none, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level [info,warning,error] | — | none |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter] | — | added |
| github_token | GITHUB_TOKEN | no | ${{ github.token }} |
| lcov_path | Lcov files path. Support for glob pattern. | yes | — |
| reporter | Reporter of reviewdog command [github-check,github-pr-check,github-pr-review]. Default is `github-pr-review`. | no | github-pr-review |
| tool_name | Tool name to use for reviewdog reporter | no | code-coverage |
| delete_previous_comments | Delete previous comments made by the same tool. | no | true |
Outputs
no outputs