Skip to content

Commit 073aa87

Browse files
authored
switch codeclimate to qlty (#51)
1 parent 2bbbe6f commit 073aa87

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Run tests
3535
run: bundle exec rake
3636
- name: Test & publish code coverage
37-
uses: paambaati/codeclimate-action@v9.0.0
38-
env:
39-
CC_TEST_REPORTER_ID: 27df0a8ad648d4af0f931c1b0101cca2278fcfd755112b4d563650c45f48071c
37+
uses: qltysh/qlty-action/coverage@v2
38+
with:
39+
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

Comments
 (0)