mikian/ReviewDog Undercover
Runs Undercover for reviewdog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 2, 2024
- License
- None
Pinned Snippet
uses: mikian/action-reviewdog-undercover@67335d2a122ccbee8863ce8b764cf17bcdc5eaff # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-check,github-pr-review]. | — | github-check |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| lcov | Path for Lcov file. | — | coverage/lcov/workspace.lcov |
| ref | Git Ref to compare against | — | ${{ github.base_ref }} |
Outputs
no outputs