We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d20fa commit 8a72501Copy full SHA for 8a72501
.github/workflows/js.yml
@@ -45,7 +45,7 @@ jobs:
45
run: npm run js-test
46
47
- name: Run Coveralls
48
- uses: coverallsapp/github-action@1.1.3
+ uses: coverallsapp/github-action@v1.2.2
49
with:
50
github-token: "${{ secrets.GITHUB_TOKEN }}"
51
path-to-lcov: "./js/coverage/lcov.info"
0 commit comments