actions-marketplace-validations/RcppDeepState
This Action runs RcppDeepState in any Rcpp-based projects hosted on GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 28, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/fabriziosandri_rcppdeepstate-action@fdba45d62d93f8f614285518a1771d8bc7317ff9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_ci_if_error | Specify if CI pipeline should fail when RcppDeepState finds errors | — | false |
| location | Location of the package if not in the root of the repository | no | / |
| additional_dependencies | A string containing a list of extra dependencies that the testing system requires, separated by spaces | — | "" |
| seed | Seed used for deterministic fuzz testing and reproduce the analysis results | no | -1 |
| max_seconds_per_function | Fuzzing phase's duration in seconds | no | 2 |
| max_inputs | Number of inputs generated in the fuzzing phase to analyze | no | 3 |
| comment | Print the analysis results as a comment in pull request | — | false |
| verbose | Enables verbose logging of RcppDeepState | — | false |
Outputs
no outputs