From 26edbd1675dae052d1b507fc774659bbc1b17d5c Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 23 Jan 2022 20:42:18 +0000 Subject: [PATCH] w.i.p --- .github/workflows/deno.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index b5ae342..760e0a6 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -37,7 +37,7 @@ jobs: # Run all test files in the repository and collect code coverage. The example # runs with all permissions, but it is recommended to run with the minimal permissions your program needs (for example --allow-read). - - run: deno test --allow-all --coverage cov/ + - run: deno test --allow-all --coverage=cov/ # This generates a report from the collected coverage in `deno test --coverage`. It is # stored as a .lcov file which integrates well with services such as Codecov, Coveralls and Travis CI.