Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ayame113 committed Dec 11, 2024
1 parent 4a54b02 commit a218939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create coverage report
run: deno coverage ./coverage --lcov > coverage.lcov
- name: Codecov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v5
with:
file: ./coverage.lcov
files: ./coverage.lcov
fail_ci_if_error: true

0 comments on commit a218939

Please sign in to comment.