Skip to content

Commit

Permalink
Update coverage excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Apr 13, 2023
1 parent 99426f0 commit 5b18c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "deno fmt ./src/ ./test/",
"lint": "deno lint ./src/ ./test/",
"test": "deno test --coverage=.coverage",
"coverage": "deno coverage .coverage --lcov --exclude=/test|scripts/ > ./.coverage/coverage.lcov",
"coverage": "deno coverage .coverage --lcov --exclude=/test/,/scripts/ > ./.coverage/coverage.lcov",
"test:watch": "deno test --watch",
"clean": "rm -r ./coverage",
"localTest": "deno run --allow-read --allow-write --allow-run ./scripts/runTest.ts"
Expand Down

0 comments on commit 5b18c1b

Please sign in to comment.