Workflow Generator
Interactive builder for the bioconductor/workflows bioccheck GitHub Action.
GitHub
Configuration
Enable pkgdown Site
Builds and deploys a pkgdown site to GitHub Pages on release branch pushes.
Requires one-time repository setup.
Enable Codecov
Uploads test coverage to Codecov using covr.
Requires a CODECOV_TOKEN repository secret.
Enable Cyclocomp Analysis
Generates and uploads a cyclomatic complexity CSV artifact. See
usage guide
.
Error Policy (R CMD check)
Determines which R CMD check results will cause the workflow to fail.
warning (Fail on warnings and errors)
error (Fail only on errors)
note (Fail on notes, warnings, and errors)
never (Never fail based on R CMD check output)
Generated YAML
Copy