Skip to content

Commit

Permalink
coverage check applies to source code only
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 28, 2023
1 parent 909c87a commit 4431081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"prepare": "rollup -c",
"lint": "eslint --ext mjs .",
"test": "npm run tests-only && npm run lint",
"tests-only": "vitest run --coverage.enabled --coverage.reporter=lcov --coverage.reporter=text",
"tests-only": "vitest run --coverage.enabled --coverage.reporter=lcov --coverage.reporter=text --coverage.include='src/**'",
"types": "tsd"
},
"types": "index.d.ts",
Expand Down

0 comments on commit 4431081

Please sign in to comment.