Skip to content

Commit b21c3aa

Browse files
author
Mykolas
committed
Update code coverage reporting
1 parent a935b55 commit b21c3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- run: npm test
2727
- uses: qltysh/qlty-action/coverage@v2
2828
with:
29-
token: { { secrets.QLTY_COVERAGE_TOKEN } }
29+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
3030
files: coverage/lcov.info

0 commit comments

Comments
 (0)