Skip to content

Commit

Permalink
chore(ci): upgrade codecov-action to v4 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar authored May 27, 2024
1 parent 10d9254 commit 7a932da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: deno task coverage:${{ matrix.module }}

- name: Upload ${{ matrix.module }} coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.deno }}
files: dist/coverage/${{ matrix.module }}/cov.lcov
flags: ${{ matrix.module }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7a932da

Please sign in to comment.