Skip to content

Commit 885dbf8

Browse files
authored
Update coverage-report.yml
1 parent 393da48 commit 885dbf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/coverage-report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
format: coveralls
3131

3232
- name: Upload to Codecov
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
36-
file: coverage/coverage.xml
36+
files: coverage/coverage.xml
37+
disable_search: true
3738
fail_ci_if_error: false
3839

3940
- name: Publish Coverage Report

0 commit comments

Comments
 (0)