Skip to content

Code Climate | Coverage

Actions
GitHub Action that uploads coverage reports for your repository to codeclimate.com
v0.1.1
Latest
Star (1)

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

Code Climate | Coverage 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 that uploads coverage reports for your repository to codeclimate.com
v0.1.1
Latest

Code Climate | Coverage 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.