Skip to content

Commit 52b6617

Browse files
Howard M. MillerHoward M. Miller
authored andcommitted
Attempt to get qlty/codecoverage statistics uploading
1 parent 1258e01 commit 52b6617

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rspec.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ jobs:
7777
RUN_SIMPLECOV: true
7878
CC_TEST_REPORTER_ID: 31464536e34ab26588cb951d0fa6b5898abdf401dbe912fd47274df298e432ac
7979
run: |
80-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
81-
chmod +x ./cc-test-reporter
82-
./cc-test-reporter before-build
8380
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec
84-
./cc-test-reporter after-build --exit-code $?
81+
82+
- uses: qltysh/qlty-action/coverage@v2
83+
with:
84+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
85+
files: coverage/.resultset.json
8586

8687
- name: Archive selenium screenshots
8788
if: ${{ failure() }}

0 commit comments

Comments
 (0)