Skip to content

Commit 5d36cd2

Browse files
authored
Merge pull request #771 from Thayorns/767
fix(#767): codecov-action action@v5 changes its file to files
2 parents 96cea9c + 68eecdc commit 5d36cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Run tests with coverage
3434
run: npm run coverage
3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5
3737
with:
38-
file: ./coverage/lcov.info
38+
files: ./coverage/lcov.info
3939
flags: unittests
4040
name: codecov-umbrella
4141
fail_ci_if_error: false

0 commit comments

Comments
 (0)