Skip to content

Commit

Permalink
use exact version for coveralsapp action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 5, 2023
1 parent 8f5074c commit 9cda7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
npm install
npm test
- name: report
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info

0 comments on commit 9cda7ed

Please sign in to comment.