Skip to content

Commit

Permalink
fix coverage not being included
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 9, 2023
1 parent 0befc4b commit 9cec60d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
}
},
"tasks": {
"test": "deno test --allow-net mod_test.ts --coverage=coverage",
"test": "deno test --allow-net --coverage=coverage",
"test:audit": "deno test --allow-net audit_test.ts"
},
"test": {
"exclude": ["audit_test.ts"]
}
}

0 comments on commit 9cec60d

Please sign in to comment.