This step allows the user to send test reports to Code Climate.
after-buildLocate, parse, and re-format supported coverage sources. Upload pre-formatted coverage payloads to Code Climate servers.before-buildTo be run before a buildenvInfer and output information about the environment the reporter is running in.format-coverageLocate, parse, and re-format supported coverage sources.helpHelp about any commandsum-coverageCombine (sum) multiple pre-formatted coverage payloads into one.upload-coverageUpload 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