Skip to content

Commit 74fbbfc

Browse files
committed
Add coverage step to GitHub Actions workflow
1 parent b5d274b commit 74fbbfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
bundler-cache: true
2727
- name: Tests for Ruby ${{ matrix.ruby }}
2828
run: bundle exec rake
29+
- uses: qltysh/qlty-action/coverage@v2
30+
with:
31+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
32+
files: coverage/.resultset.json
2933
# CodeClimate has become qlth.sh, this integration is currently broken.
3034
# coverage:
3135
# needs: test
@@ -43,6 +47,7 @@ jobs:
4347
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
4448
# with:
4549
# coverageCommand: bundle exec rake
50+
4651
yard:
4752
runs-on: ubuntu-latest
4853
env:

0 commit comments

Comments
 (0)