We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d274b commit 74fbbfcCopy full SHA for 74fbbfc
.github/workflows/tests.yml
@@ -26,6 +26,10 @@ jobs:
26
bundler-cache: true
27
- name: Tests for Ruby ${{ matrix.ruby }}
28
run: bundle exec rake
29
+ - uses: qltysh/qlty-action/coverage@v2
30
+ with:
31
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
32
+ files: coverage/.resultset.json
33
# CodeClimate has become qlth.sh, this integration is currently broken.
34
# coverage:
35
# needs: test
@@ -43,6 +47,7 @@ jobs:
43
47
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
44
48
# with:
45
49
# coverageCommand: bundle exec rake
50
+
46
51
yard:
52
runs-on: ubuntu-latest
53
env:
0 commit comments