codeclimate-action
[!IMPORTANT]
CodeClimate has now been deprecated in favour of Qlty (read announcement post). See https://docs.qlty.sh/migration/coverage to learn how to migrate to their new official GitHub Action workflow.
A GitHub action that publishes your code coverage to Code Climate.
Usage
This action requires that you set the CC_TEST_REPORTER_ID environment variable. You can find it under Repo Settings in your Code Climate project.
Inputs
| Input | Default | Description |
|---------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| coverageCommand | | The actual command that should be executed to run your tests and capture coverage. |
| | | Specify a custom working directory where the coverage command should be executed. |
| | | Enable Code Coverage debug output when set to . |
| | | Locations to find code coverage as a multiline string.<br>Each line should be of the form .<br> can be any one of . See examples below. |
| | | See |
| | | Verifies the downloaded Code Climate reporter binary's checksum and GPG signature. See |
| | | Verifies the current runtime environment (operating system and CPU architecture) is supported by the Code Climate reporter. See |
| | | Batch size for source files (cc-test-reporter upload-coverage uses 500 by default) |