Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/code-climate-orb
CircleCI Orb for uploading coverage reports to Code Climate
https://github.com/nypublicradio/code-climate-orb
cicd
Last synced: 2 days ago
JSON representation
CircleCI Orb for uploading coverage reports to Code Climate
- Host: GitHub
- URL: https://github.com/nypublicradio/code-climate-orb
- Owner: nypublicradio
- License: mit
- Created: 2022-10-07T17:35:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T19:28:35.000Z (about 2 years ago)
- Last Synced: 2024-04-10T20:53:18.164Z (9 months ago)
- Topics: cicd
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orb Template
[![Orb version](https://badges.circleci.com/orbs/nypr/code-climate.svg)](https://circleci.com/developer/orbs/orb/nypr/code-climate)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/nypublicradio/code-climate-orb/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/nypublicradio/code-climate-orb/tree/main)
![License](https://img.shields.io/github/license/nypublicradio/code-climate-orb)CircleCI orb for uploading coverage reports to [Code Climate](https://codeclimate.com).
Published to CircleCI's public orb registry at [`nypr/code-climate`](https://circleci.com/developer/orbs/orb/nypr/code-climate).## Resources
* [Code Climate's official documentation](https://docs.codeclimate.com/)
## Notes
* `cc-test-reporter before-build` [doesn't actually do anything](https://github.com/codeclimate/test-reporter/issues/485).
When switching a project to use this orb, don't worry about translating that step.