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 6f96ef0 commit 0718e66Copy full SHA for 0718e66
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
working-directory: ${{ env.working-directory }}
21
run: npm ci && npm run test-coveralls
22
- name: Coveralls
23
- uses: coverallsapp/github-action@v1.1.2
+ uses: coverallsapp/github-action@v1.2.5
24
with:
25
github-token: ${{ secrets.github_token }}
26
path-to-lcov: ${{ env.working-directory }}/coverage/lcov.info
0 commit comments