Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed Mar 29, 2024
1 parent 41dc244 commit c5b6c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ node_modules/
.DS_Store
deploy/default.ts
*cov_profile*
coverage
test.sqlite
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasks": {
"run": "deno run --allow-net --allow-env --unstable deploy/default.ts",
"test": "deno test --allow-net --unstable --allow-read --allow-write --coverage=cov_profile test.ts"
"test": "deno test --allow-net --unstable --allow-read --allow-write --coverage test.ts"
},
"lint": {
"rules": {
Expand Down

0 comments on commit c5b6c4c

Please sign in to comment.