8000 Bump codecov/codecov-action from 3 to 4 (#15) · Level/transcoder@4691777 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4691777

Browse files
Bump codecov/codecov-action from 3 to 4 (#15)
Category: none
1 parent 8963603 commit 4691777

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Coverage
2222
run: npm run coverage
2323
- name: Codecov
24-
uses: codecov/codecov-action@v3
24+
uses: codecov/codecov-action@v5
2525
with:
26-
file: coverage/lcov.info
26+
files: coverage/lcov.info
27+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)
0