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 1258e01 commit 52b6617Copy full SHA for 52b6617
.github/workflows/rspec.yml
@@ -77,11 +77,12 @@ jobs:
77
RUN_SIMPLECOV: true
78
CC_TEST_REPORTER_ID: 31464536e34ab26588cb951d0fa6b5898abdf401dbe912fd47274df298e432ac
79
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
83
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec
84
- ./cc-test-reporter after-build --exit-code $?
+
+ - uses: qltysh/qlty-action/coverage@v2
+ with:
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
85
+ files: coverage/.resultset.json
86
87
- name: Archive selenium screenshots
88
if: ${{ failure() }}
0 commit comments