Code Climate | Coverage
ActionsGitHub Action that uploads coverage reports for your repository to codeclimate.com
v0.1.1
LatestTags
(2)Easily upload coverage reports to Code Climate from GitHub Actions
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| Input | Description | Usage |
|---|---|---|
token |
Used to authorize coverage report uploads | Required |
files |
Comma-separated paths to the coverage report(s) | Required |
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.