We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50ac31 commit e97aa94Copy full SHA for e97aa94
.github/workflows/test-and-cov.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: npm install -g pnpm@8 && pnpm i
25
- name: Run tests
26
- run: pnpm test && pnpm run coverage
+ run: pnpm test
27
- name: Run coverage
28
uses: coverallsapp/github-action@v2
29
with:
package.json
@@ -48,7 +48,6 @@
48
"local": "ts-node -r tsconfig-paths/register local/test.ts",
49
"build:browser": "webpack --progress --mode='production'",
50
"build": "npm run lint && tsc && npm run build:browser",
51
- "coverage": "jest --coverage && coveralls < coverage/lcov.info",
52
"prepublish": "npm test && npm run build",
53
"lint": "eslint 'src/**/*.{ts,js}'"
54
},
0 commit comments