Skip to content

Commit

Permalink
ci: update coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox authored Oct 1, 2024
1 parent 22219b8 commit b457572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run tests
run: deno task test
- name: Create coverage report
run: deno --unstable coverage ./coverage --lcov --exclude="test\.(ts|tsx|mts|js|mjs|jsx|cjs|cts)|exceptions\.ts|logger\.ts" > coverage.lcov
run: deno coverage --unstable ./coverage --lcov --exclude="test\.(ts|tsx|mts|js|mjs|jsx|cjs|cts)|exceptions\.ts|logger\.ts" > coverage.lcov
- name: Collect coverage
uses: codecov/[email protected] # upload the report on Codecov
with:
Expand Down

0 comments on commit b457572

Please sign in to comment.