actions-marketplace-validations/Covtracer action
Github Actions to implement R development stages for package development
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 29, 2024
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/insightsengineering_covtracer-action@0939184a149a2ec435c8319d5ae29cca2d80a430 # no releases — HEAD as of 2026-07-10tags 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