Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

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

Releases

Sponsor this project

Packages

Contributors

Languages