Containerized version of CodeClimate Test Reporter for use as a GitHub action.
Formatting code coverage:
- name: format code coverage
uses: ./.github/actions/cc-test-reporter
with:
subcommand: "format-coverage -t lcov ./coverage/lcov.info"
Uploading code coverage:
- name: upload code coverage
uses: ./.github/actions/cc-test-reporter
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
subcommand: "upload-coverage"See the LICENSE file for license details
CodeClimate Code Coverage Test Reporter is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.