Skip to content

Commit

Permalink
Fix Coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Jul 8, 2024
1 parent 9298f1a commit 530abd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'yarn'
- run: yarn --immutable
- run: yarn lint
- run: yarn test
- run: yarn test-lcov
- run: yarn transpile
- name: Coveralls
uses: coverallsapp/github-action@v2
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scripts": {
"lint": "xo",
"test": "c8 ava",
"test-lcov": "c8 --reporter=lcov --reporter=text ava",
"transpile": "swc lib/ -d browser/",
"prepublishOnly": "npm run transpile"
},
Expand Down

0 comments on commit 530abd0

Please sign in to comment.