Skip to content

Commit

Permalink
work on getting coveralls to work
Browse files Browse the repository at this point in the history
  • Loading branch information
XaeroDegreaz committed Mar 21, 2024
1 parent adca7e1 commit 5bdd2ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

- uses: actions/checkout@v1

- name: Use Node.js 16.x
- name: Use Node.js 21.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 21.x

- name: yarn install, make test-coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "yarn clean && yarn generate-types && tsc",
"generate-types": "cti entrypoint -n ./src -o index.ts",
"clean": "rimraf dist",
"test": "jest --coverage && coveralls < coverage/lcov.info",
"test": "jest",
"deploy": "yarn test && yarn build && yarn publish --access public"
},
"dependencies": {
Expand Down

0 comments on commit 5bdd2ad

Please sign in to comment.