From c5b6c4c8e7affc3b779f98846e7647cd8a296aa1 Mon Sep 17 00:00:00 2001 From: BlowaterNostr Date: Fri, 29 Mar 2024 21:47:56 +0800 Subject: [PATCH] coverage --- .gitignore | 1 + deno.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c065996..bbd6f46 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ node_modules/ .DS_Store deploy/default.ts *cov_profile* +coverage test.sqlite diff --git a/deno.json b/deno.json index 19cd1d5..a7821ac 100644 --- a/deno.json +++ b/deno.json @@ -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": {