diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 4686e5bc7..000000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,4 +0,0 @@ -version: "2" -plugins: - rubocop: - enabled: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1009f6bc8..4d45089f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index bf6a5787f..2eca7371a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Gem Version](https://badge.fury.io/rb/faraday.svg)](https://rubygems.org/gems/faraday) [![GitHub Actions CI](https://github.com/lostisland/faraday/workflows/CI/badge.svg)](https://github.com/lostisland/faraday/actions?query=workflow%3ACI) -[![Maintainability](https://api.codeclimate.com/v1/badges/f869daab091ceef1da73/maintainability)](https://codeclimate.com/github/lostisland/faraday/maintainability) [![Gitter](https://badges.gitter.im/lostisland/faraday.svg)](https://gitter.im/lostisland/faraday?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)