Skip to content

Commit

Permalink
dev: cover all files
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed May 14, 2024
1 parent 5a34882 commit 495491f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,8 @@
"deploy": "vsce publish",
"pretest": "npm run compile",
"test": "node ./out/test/runTest.js",
"coverage": "node ./node_modules/c8/bin/c8.js --reporter lcov --check-coverage npm run test",
"coverage-ci": "node ./node_modules/c8/bin/c8.js --reporter json-summary --check-coverage npm run test && node ./out/test/summary_as_markdown.js coverage/coverage-summary.json",
"coverage": "node ./node_modules/c8/bin/c8.js --reporter lcov --exclude [] --check-coverage npm run test",
"coverage-ci": "node ./node_modules/c8/bin/c8.js --reporter json-summary --exclude [] --check-coverage npm run test && node ./out/test/summary_as_markdown.js coverage/coverage-summary.json",
"lint": "eslint ./src --ext .ts src media",
"lint:fix": "eslint --fix --ext .ts src media",
"grammar-test": "vscode-tmgrammar-test ./pikchr/test/*.test.pikchr"
Expand Down Expand Up @@ -1167,4 +1167,4 @@
"publisherDisplayName": "koog1000",
"publisherId": "8e4cabe1-5c1f-4bf5-bbf3-8bb8d5de842c"
}
}
}

0 comments on commit 495491f

Please sign in to comment.