https://github.com/brokeyourbike/codeclimate-action
GitHub Action to send your code coverage to CodeClimate ☂️
https://github.com/brokeyourbike/codeclimate-action
codeclimate codeclimate-coverage coverage coverage-report github-action github-actions hacktoberfest
Last synced: 7 months ago
JSON representation
GitHub Action to send your code coverage to CodeClimate ☂️
- Host: GitHub
- URL: https://github.com/brokeyourbike/codeclimate-action
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2022-05-21T10:19:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:51:45.000Z (over 2 years ago)
- Last Synced: 2025-06-01T15:51:23.744Z (8 months ago)
- Topics: codeclimate, codeclimate-coverage, coverage, coverage-report, github-action, github-actions, hacktoberfest
- Language: TypeScript
- Homepage: https://codeclimate.com
- Size: 678 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Climate Github Action
[](https://github.com/brokeyourbike/codeclimate-action/releases)
[](https://codeclimate.com/github/brokeyourbike/codeclimate-action/maintainability)
[](https://codeclimate.com/github/brokeyourbike/codeclimate-action/test_coverage)
Easily upload coverage reports to Code Climate from GitHub Actions
## Usage
See [action.yml](action.yml)
Basic:
```yaml
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
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [stasi.uk](https://stasi.uk)
## License
The scripts and documentation in this project are released under the [MPL-2.0](https://github.com/brokeyourbike/codeclimate-action/blob/main/LICENSE)