https://github.com/sue445/circleci-orb-codeclimate
CircleCI orb for codeclimate
https://github.com/sue445/circleci-orb-codeclimate
circleci-orb codeclimate
Last synced: 10 months ago
JSON representation
CircleCI orb for codeclimate
- Host: GitHub
- URL: https://github.com/sue445/circleci-orb-codeclimate
- Owner: sue445
- License: mit
- Created: 2019-06-19T12:35:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T23:06:39.000Z (over 6 years ago)
- Last Synced: 2025-01-26T07:25:34.550Z (12 months ago)
- Topics: circleci-orb, codeclimate
- Language: Ruby
- Homepage: https://circleci.com/orbs/registry/orb/sue445/codeclimate
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# circleci-orb-codeclimate
CircleCI orb for [Code Climate](https://codeclimate.com/)
https://circleci.com/orbs/registry/orb/sue445/codeclimate
[](https://circleci.com/orbs/registry/orb/sue445/codeclimate)
[](https://circleci.com/gh/sue445/circleci-orb-codeclimate/tree/master)
## Example
```yml
version: 2.1
orbs:
codeclimate: sue445/codeclimate@x.y.z
jobs:
test:
environment:
CC_TEST_REPORTER_ID: YOUR_CODE_CLIMATE_REPORTER_ID
steps:
- checkout
- codeclimate/with-cc-test-reporter:
after_build_args: "--coverage-input-type simplecov"
steps:
- run: bundle exec rspec
```
## Details
* https://docs.codeclimate.com/docs/configuring-test-coverage
* https://docs.codeclimate.com/docs/circle-ci-test-coverage-example