Skip to content

xylabs/action-code-climate-test-reporter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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