Skip to content

Commit acf2318

Browse files
committed
☕ Upgrade Codecov Workflow
1 parent d94d0c2 commit acf2318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
timeout-minutes: 5
4242
- run: |
4343
deno task coverage --lcov > coverage.lcov
44-
- uses: codecov/codecov-action@v3
44+
- uses: codecov/codecov-action@v4
4545
with:
4646
os: ${{ runner.os }}
4747
files: ./coverage.lcov
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849

4950
bench:
5051
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)