actions-marketplace-validations/Upload Coverage to Code Climate
Uploads coverage info to Code Climate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 5, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/caffco_code-climate-github-action@f9c963732dd558ce060f2a03ad0e3e6f37d4e1ab # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_root_path | Absolute path to repository. Defaults to `.`. | yes | . |
| coverage_file_patterns | One 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_code | Exit code of the previous command, used only for after_build script. | no | 0 |
| run_before_build | Whether to run before_build script (`true`) or not. | no | false |
| collect_coverage | Whether to run collect script (`true`) or not. | no | false |
| prefix | Prefix to be uploaded to Code Climate. https://docs.codeclimate.com/docs/configuring-test-coverage#running-tests-within-a-subdirectory. | no | "" |
| run_after_build | Whether to run after_build script (`true`) or not. | no | false |
Outputs
no outputs