This step allows the user to send test reports to Code Climate.
after-build
Locate, parse, and re-format supported coverage sources. Upload pre-formatted coverage payloads to Code Climate servers.before-build
To be run before a buildenv
Infer and output information about the environment the reporter is running in.format-coverage
Locate, parse, and re-format supported coverage sources.help
Help about any commandsum-coverage
Combine (sum) multiple pre-formatted coverage payloads into one.upload-coverage
Upload pre-formatted coverage payloads to Code Climate servers.
arguments
(optional) Pass arguments to test-reporter
batch-size
(optional, default 500) Batch size for source files (default 500)coverage-endpoint
(optional, default "https://api.codeclimate.com/v1/test_reports") Endpoint to upload coverage information tocoverage-input-type
(optional) Type of input source to use [clover, cobertura, coverage.py, excoveralls, gcov, gocov, jacoco, lcov, simplecov]id
(optional) Your repo's test reporter identifier. Read here on how to find yours.prefix
(optional) The root directory where the coverage analysis was performed
deploy:
steps:
- yieldr/test-reporter:
id: pydjvVvCgIEyKOgIakHyYPy3QyN6B5mbW7PfocaCv5qxvPzJpXf1TdqEZdGqFbs
coverage-input-type: gocov
command: after-build
arguments: coverage.out
The MIT License (MIT)
- Initial release