w.i.p
This commit is contained in:
parent
be4654d645
commit
b4c343e890
1 changed files with 0 additions and 5 deletions
5
.github/workflows/deno.yml
vendored
5
.github/workflows/deno.yml
vendored
|
|
@ -27,11 +27,6 @@ jobs:
|
|||
# you want to use a custom linter configuration you can add a configuration file with --config <myconfig>
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue