Skip to content

Commit

Permalink
ci: Upgrade coverallsapp action
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Feb 20, 2024
1 parent 215fe8f commit 418c1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: npm install && npm i -g c8 jshint
- run: c8 -r lcov -r text npm test
- run: npm run lint
- uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@v2
name: Upload to coveralls.io
with:
github-token: ${{ github.token }}
Expand Down

0 comments on commit 418c1c6

Please sign in to comment.