Skip to content

Commit d208e45

Browse files
committed
Exclude lib/snippets from code coverage
1 parent 035dc7c commit d208e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "lib/index.ts",
44
"scripts": {
55
"build": "rm -rf dist/ && deno-node-build --root . --out dist/ --entry lib/index.ts",
6-
"test": "c8 --reporter lcov --reporter html --reporter text mocha test/**/*.ts",
6+
"test": "c8 --reporter lcov --reporter html --reporter text --exclude lib/snippets mocha test/**/*.ts",
77
"lint": "eslint ."
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)