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.
2 parents 2b9d83f + 9801db1 commit cddd31bCopy full SHA for cddd31b
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Upload coverage to Qlty (Ruby ${{ env.RUBY_VERSION }} only)
100
if: matrix.ruby == env.RUBY_VERSION && success() && github.ref == 'refs/heads/master'
101
- uses: qltysh/qlty-action/coverage@v1
+ uses: qltysh/qlty-action/coverage@v2
102
with:
103
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
104
files: coverage/.resultset.json
0 commit comments