Skip to content

Commit 43629e3

Browse files
committed
Remove deprecated code climate action
1 parent aae41f2 commit 43629e3

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ jobs:
2828
bundler-cache: true
2929
- name: Lint with rubocop
3030
run: bundle exec rubocop --parallel
31-
- name: Test & Publish code coverage
32-
uses: paambaati/codeclimate-action@v5
33-
env:
34-
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
35-
with:
36-
coverageCommand: bundle exec rspec
31+
- name: Run tests
32+
run: bundle exec rspec

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![Gem Version](https://badge.fury.io/rb/safe_polymorphic.svg)](https://badge.fury.io/rb/safe_polymorphic.svg)
22
[![Ruby](https://github.com/gogrow-dev/safe_polymorphic/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/gogrow-dev/safe_polymorphic/actions/workflows/main.yml)
3-
[![Maintainability](https://api.codeclimate.com/v1/badges/1b0a4b92bbee2be50dc1/maintainability)](https://codeclimate.com/github/gogrow-dev/safe_polymorphic/maintainability)
4-
[![Test Coverage](https://api.codeclimate.com/v1/badges/1b0a4b92bbee2be50dc1/test_coverage)](https://codeclimate.com/github/gogrow-dev/safe_polymorphic/test_coverage)
53

64
# SafePolymorphic
75

0 commit comments

Comments
 (0)