actions-marketplace-validations/Upload Coverage to Code Climate

Uploads coverage info to Code Climate

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 5, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/caffco_code-climate-github-action@f9c963732dd558ce060f2a03ad0e3e6f37d4e1ab # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repository_root_pathAbsolute path to repository. Defaults to `.`.yes.
coverage_file_patternsOne line per patterns to be looked for. Uses @actions/glob to parse them. End the pattern the `:<coverage-format-file>`. Defaults to `**/*.lcov:lcov`yes**/*.lcov:lcov
last_command_exit_codeExit code of the previous command, used only for after_build script.no0
run_before_buildWhether to run before_build script (`true`) or not.nofalse
collect_coverageWhether to run collect script (`true`) or not.nofalse
prefixPrefix to be uploaded to Code Climate. https://docs.codeclimate.com/docs/configuring-test-coverage#running-tests-within-a-subdirectory.no""
run_after_buildWhether to run after_build script (`true`) or not.nofalse

no outputs