Skip to content

Commit da410a5

Browse files
committed
remove codeclimate
1 parent 599d31c commit da410a5

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/rspec.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,3 @@ jobs:
1414

1515
- name: Run tests
1616
run: bundle exec rspec
17-
18-
- name: 'Upload Coverage Report'
19-
uses: actions/upload-artifact@v4
20-
with:
21-
name: coverage-report
22-
path: ./coverage
23-
24-
coverage:
25-
needs: [ test ]
26-
name: coverage
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v4
30-
- name: Download Coverage Report
31-
uses: actions/download-artifact@v4
32-
with:
33-
name: coverage-report
34-
path: ./coverage
35-
- uses: paambaati/codeclimate-action@v9.0.0
36-
env:
37-
# Set CC_TEST_REPORTER_ID as secret of your repo
38-
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
39-
with:
40-
debug: true

0 commit comments

Comments
 (0)