We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c3da7 commit bd024f4Copy full SHA for bd024f4
.github/workflows/ci.yml
@@ -41,13 +41,5 @@ jobs:
41
with:
42
ruby-version: ${{ matrix.ruby }}
43
bundler-cache: true
44
- - name: Run tests without uploading code coverage
45
- if: ${{ matrix.ruby != '3.0' }}
+ - name: Run tests
46
run: bundle exec rake
47
- - name: Run tests and upload coverage to Code Climate
48
- if: ${{ matrix.ruby == '3.0' }}
49
- uses: paambaati/[email protected]
50
- env:
51
- CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }}
52
- with:
53
- coverageCommand: bundle exec rake
0 commit comments