Skip to content

Commit

Permalink
refine coverage step
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Jul 7, 2024
1 parent cc4253e commit 62de32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
run: deno publish --dry-run

- name: Run tests
run: deno test --quiet --coverage --parallel ./tests

- name: Run coverage
run: |-
deno test --quiet --coverage --parallel ./tests
deno coverage --include=./src --lcov --output=cov.lcov
deno coverage --include=./src

0 comments on commit 62de32c

Please sign in to comment.