Skip to content

Commit

Permalink
upadte GH action for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Feb 15, 2023
1 parent 0d4f9e9 commit b265d34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -14,5 +14,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b265d34

Please sign in to comment.