Skip to content

Commit e97aa94

Browse files
committed
chore: remove script coverage
1 parent b50ac31 commit e97aa94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-and-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: npm install -g pnpm@8 && pnpm i
2525
- name: Run tests
26-
run: pnpm test && pnpm run coverage
26+
run: pnpm test
2727
- name: Run coverage
2828
uses: coverallsapp/github-action@v2
2929
with:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"local": "ts-node -r tsconfig-paths/register local/test.ts",
4949
"build:browser": "webpack --progress --mode='production'",
5050
"build": "npm run lint && tsc && npm run build:browser",
51-
"coverage": "jest --coverage && coveralls < coverage/lcov.info",
5251
"prepublish": "npm test && npm run build",
5352
"lint": "eslint 'src/**/*.{ts,js}'"
5453
},

0 commit comments

Comments
 (0)