Skip to content

Commit

Permalink
chore: fix ci coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Apr 19, 2024
1 parent dda5119 commit 4def613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: deno task test:coverage

- name: generate lcov
run: deno task coverage --lcov --output=cov.lcov
run: deno task coverage

- name: upload coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 4def613

Please sign in to comment.