Skip to content

Commit 6ba0639

Browse files
Merge pull request #3003 from tagliala/chore/2983-remove-codeclimate-badge
Remove CodeClimate badges
2 parents 644a914 + 33bbe3a commit 6ba0639

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,5 @@ jobs:
5555
- name: Install dependencies
5656
run: bundle install
5757

58-
- name: Setup Code Climate test-reporter
59-
run: |
60-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
61-
chmod +x ./cc-test-reporter
62-
./cc-test-reporter before-build
63-
6458
- name: Run tests
6559
run: bundle exec rake test
66-
67-
- name: Publish code coverage
68-
env:
69-
CC_TEST_REPORTER_ID: c9b8356df2031a5a72462555fe898245cf24d83c7bb82c40ddb5c6c6976c4319
70-
run: |
71-
export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
72-
./cc-test-reporter after-build -r $CC_TEST_REPORTER_ID

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Tests](https://github.com/faker-ruby/faker/workflows/Tests/badge.svg)](https://github.com/faker-ruby/faker/actions?query=workflow%3ATests)
55
[![Gem Version](https://badge.fury.io/rb/faker.svg)](https://badge.fury.io/rb/faker)
66
[![Inline docs](https://inch-ci.org/github/faker-ruby/faker.svg?branch=main)](https://inch-ci.org/github/faker-ruby/faker)
7-
[![Test Coverage](https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/test_coverage)](https://codeclimate.com/github/stympy/faker/test_coverage)
8-
[![Maintainability](https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/maintainability)](https://codeclimate.com/github/stympy/faker/maintainability)
97

108
Faker is a port of [Perl's Data::Faker library](https://metacpan.org/pod/Data::Faker).
119
It's a library for generating fake data such as names, addresses, and phone numbers.

0 commit comments

Comments
 (0)