Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bchr02 committed May 13, 2024
1 parent 31d8704 commit 0077e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- run: npm test

- name: Coveralls
uses: coverallsapp/github-action@1.1.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
file: './coverage/lcov.info'
flag-name: run-${{ matrix.node }}

0 comments on commit 0077e16

Please sign in to comment.