You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
|`coverageCommand`|| The actual command that should be executed to run your tests and capture coverage. |
18
-
|`workingDirectory`|| Specify a custom working directory where the coverage command should be executed. |
19
-
|`debug`|`false`| Enable Code Coverage debug output when set to `true`. |
20
-
|`coverageLocations`|| Locations to find code coverage as a multiline string.<br>Each line should be of the form `<location>:<type>`.<br>`type` can be any one of `clover, cobertura, coverage.py, excoveralls, gcov, gocov, jacoco, lcov, lcov-json, simplecov, xccov`. See examples below. |
21
-
|`prefix`|`undefined`| See [`--prefix`](https://docs.codeclimate.com/docs/configuring-test-coverage)|
22
-
|`verifyDownload`|`true`| Verifies the downloaded Code Climate reporter binary's checksum and GPG signature. See [Verifying binaries](https://github.com/codeclimate/test-reporter#verifying-binaries)|
23
-
|`verifyEnvironment`|`true`| Verifies the current runtime environment (operating system and CPU architecture) is supported by the Code Climate reporter. See [list of supported platforms](https://github.com/codeclimate/test-reporter#binaries)|
|`coverageCommand`|| The actual command that should be executed to run your tests and capture coverage. |
18
+
|`workingDirectory`|| Specify a custom working directory where the coverage command should be executed. |
19
+
|`debug`|`false`| Enable Code Coverage debug output when set to `true`. |
20
+
|`coverageLocations`|| Locations to find code coverage as a multiline string.<br>Each line should be of the form `<location>:<type>`.<br>`type` can be any one of `clover, cobertura, coverage.py, excoveralls, gcov, gocov, jacoco, lcov, lcov-json, simplecov, xccov`. See examples below. |
21
+
|`prefix`|`undefined`| See [`--prefix`](https://docs.codeclimate.com/docs/configuring-test-coverage)|
22
+
|`verifyDownload`|`true`| Verifies the downloaded Code Climate reporter binary's checksum and GPG signature. See [Verifying binaries](https://github.com/codeclimate/test-reporter#verifying-binaries)|
23
+
|`verifyEnvironment`|`true`| Verifies the current runtime environment (operating system and CPU architecture) is supported by the Code Climate reporter. See [list of supported platforms](https://github.com/codeclimate/test-reporter#binaries)|
24
+
|`batchSize`|| Batch size for source files (cc-test-reporter upload-coverage uses 500 by default) |
24
25
25
26
> **Note**
26
27
> If you are a Ruby developer using [SimpleCov](https://github.com/simplecov-ruby/simplecov), other users have recommended installing an additional gem – `gem "simplecov_json_formatter"` – this gem fixes `json` error from the default `coverage/.resultset.json` output from SimpleCov.
0 commit comments