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