Skip to content

Commit

Permalink
Merge pull request #425 from dajiaji/use-codecov-only-for-deno-v2
Browse files Browse the repository at this point in the history
Use codecov only for Deno v2.
  • Loading branch information
dajiaji authored Oct 11, 2024
2 parents a9ccc66 + cd1c177 commit b0bd993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
deno task test
deno task cov > coverage.lcov
- uses: codecov/codecov-action@v2
if: matrix.deno-version == '2.x'
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.lcov
Expand Down

0 comments on commit b0bd993

Please sign in to comment.