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 8bd1ab2 commit 075cc1fCopy full SHA for 075cc1f
.github/workflows/coverage.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Upload coverage to QLTY
85
uses: qltysh/qlty-action/coverage@main
86
with:
87
- coverage-token: ${{secrets.QLTY_COVERAGE_TOKEN}}
+ token: ${{secrets.QLTY_COVERAGE_TOKEN}}
88
files: coverage/.resultset.json
89
continue-on-error: ${{ matrix.experimental != 'false' }}
90
0 commit comments