Skip to content

GitHub Action to send your code coverage to CodeClimate ☂️

License

Notifications You must be signed in to change notification settings

brokeyourbike/codeclimate-action

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

Repository files navigation

Code Climate Github Action

Latest Version Maintainability Test Coverage

Easily upload coverage reports to Code Climate from GitHub Actions

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v3
  - uses: brokeyourbike/codeclimate-action@v0.1
    with:
      token: ${{ secrets.CODECLIMATE_TOKEN }}
      files: ./coverage1.xml,./coverage2.xml

Arguments

Input Description Usage
token Used to authorize coverage report uploads Required
files Comma-separated paths to the coverage report(s) Required

Authors

License

The scripts and documentation in this project are released under the MPL-2.0