Skip to content

Commit

Permalink
Remove Codeclimate coverage badge
Browse files Browse the repository at this point in the history
  - Until it supports SimpleCov 0.18, we drop this from our CI and README
  • Loading branch information
olleolleolle committed Apr 2, 2020
1 parent 5547e91 commit f0c76f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Expand Up @@ -64,19 +64,8 @@ jobs:
gem install bundler -v '<2'
bundle install --jobs 4 --retry 3
- name: Setup Code Climate
if: matrix.ruby == '2.6'
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
- name: Test
run: |
source $HOME/.rvm/scripts/rvm
bundle exec rake
- name: Run Code Climate Test Reporter
if: success() && matrix.ruby == '2.6'
run: ./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
continue-on-error: true
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f869daab091ceef1da73/test_coverage)](https://codeclimate.com/github/lostisland/faraday/test_coverage)
[![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)

Expand Down

0 comments on commit f0c76f8

Please sign in to comment.