We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599d31c commit da410a5Copy full SHA for da410a5
1 file changed
.github/workflows/rspec.yml
@@ -14,27 +14,3 @@ jobs:
14
15
- name: Run tests
16
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
33
34
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
40
- debug: true
0 commit comments