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