Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R committed Jun 5, 2023
1 parent 194ad11 commit 535b65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
yarn nyc --reporter=lcov --report-dir=./coverage mocha
yarn add -g coveralls
yarn global add coveralls
cat ./coverage/lcov.info | coveralls

0 comments on commit 535b65b

Please sign in to comment.