Skip to content

Commit 517592f

Browse files
committed
Remove coverage checker
1 parent 75d5760 commit 517592f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/rspec.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ jobs:
2727

2828
- name: Run tests
2929
run: bundle exec rspec
30-
31-
- name: Code Coverage
32-
uses: paambaati/codeclimate-action@v2.7.5
33-
env:
34-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
35-
with:
36-
coverageLocations: |
37-
${{github.workspace}}/coverage/.resultset.json:simplecov

0 commit comments

Comments
 (0)