Skip to content

CodeClimate Code Coverage Test Reporter

Actions

About

GitHub action for publishing code coverage results to CodeClimate
v1.0.0
Latest
Star (6)

logo

@xylabs/action-code-climate-test-reporter

Table of Contents

Description

Containerized version of CodeClimate Test Reporter for use as a GitHub action.

Usage

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"

Maintainers

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XY Labs

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.

About

GitHub action for publishing code coverage results to CodeClimate
v1.0.0
Latest

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.