insightsengineering/Covtracer action
Github Actions to implement R development stages for package development
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 3, 2026
- License
- Apache 2.0
Pinned Snippet
uses: insightsengineering/covtracer-action@bb611f7da8ccdb4ba1c42c6e60a073aeb24909d9 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to package's root | no | . |
| allow-failure | CovtracerCheck errors will not fail, but will give a warning. | no | false |
| ignored-file-types | CovtracerCheck can ignore none code file types. | no | data,class |
| minimal-coverage | Minimal coverage | no | 80 |
| post-result-as-comment | post the check result as a PR comment | no | true |
| no-cache | disable github action R dependency caching | no | false |
Outputs
no outputs