From b4c343e890c750df601705b2484cd42ddee551c0 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 23 Jan 2022 20:50:38 +0000 Subject: [PATCH] w.i.p --- .github/workflows/deno.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index e4ba99f..024f006 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -27,11 +27,6 @@ jobs: # you want to use a custom linter configuration you can add a configuration file with --config - run: deno lint - - # 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/ - # 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. - name: Generate coverage report