mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Drop CodeClimate (#1259)
This removes CodeClimate test reporter ID and badge. Since the quality of reporting has gone down, and these fail the builds, reducing our warning-seeing ability, I now take step of stopping reporting to CC. If we want to do any spot-checks, we can run rubycritic, or some other metrics tool, which does not disrupt our workflow.
This commit is contained in:
parent
20be816bc8
commit
33ee1c4eed
@ -1,4 +0,0 @@
|
||||
version: "2"
|
||||
plugins:
|
||||
rubocop:
|
||||
enabled: false
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -9,7 +9,6 @@ on:
|
||||
env:
|
||||
GIT_COMMIT_SHA: ${{ github.sha }}
|
||||
GIT_BRANCH: ${{ github.ref }}
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
jobs:
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
[](https://rubygems.org/gems/faraday)
|
||||
[](https://github.com/lostisland/faraday/actions?query=workflow%3ACI)
|
||||
[](https://codeclimate.com/github/lostisland/faraday/maintainability)
|
||||
[](https://gitter.im/lostisland/faraday?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user