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 11e47fb commit df7454aCopy full SHA for df7454a
.github/workflows/pr.yml
@@ -19,6 +19,6 @@ jobs:
19
- run: npm ci
20
- run: npm run format:check
21
- run: npm run copyright:check
22
- - run: xvfb-run -a npm run test
+ - run: xvfb-run -a npm run coverage
23
if: runner.os == 'Linux'
24
- run: npx vsce package
package.json
@@ -601,7 +601,7 @@
601
"format": "prettier --write .",
602
"pretest": "npm run compile && tsc -p ./client",
603
"test": "node ./client/out/test/runTest.js",
604
- "coverage": "c8 --clean --check-coverage --lines 75 npm run test",
+ "coverage": "c8 --clean --lines 75 npm run test",
605
"postinstall": "cd client && npm install && cd ../server && npm install && cd .."
606
},
607
"devDependencies": {
0 commit comments