We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbbe6f commit 073aa87Copy full SHA for 073aa87
.github/workflows/build.yml
@@ -34,6 +34,10 @@ jobs:
34
- name: Run tests
35
run: bundle exec rake
36
- name: Test & publish code coverage
37
- uses: paambaati/codeclimate-action@v9.0.0
38
- env:
39
- CC_TEST_REPORTER_ID: 27df0a8ad648d4af0f931c1b0101cca2278fcfd755112b4d563650c45f48071c
+ uses: qltysh/qlty-action/coverage@v2
+ with:
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
40
+ files: coverage/.resultset.json
41
+ # uses: paambaati/codeclimate-action@v9.0.0
42
+ # env:
43
+ # CC_TEST_REPORTER_ID: 27df0a8ad648d4af0f931c1b0101cca2278fcfd755112b4d563650c45f48071c
0 commit comments