Skip to content

Commit f815132

Browse files
committed
Codecov CI updated
1 parent cebf1f2 commit f815132

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
5353
- name: Upload coverage data to Codecov
5454
if: ${{ matrix.os == 'ubuntu-latest' }}
55-
uses: codecov/codecov-action@v1
55+
uses: codecov/codecov-action@v6
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
58-
file: ./test/coverage.xml
58+
files: ./test/coverage.xml
59+
disable_search: true
5960
fail_ci_if_error: true

0 commit comments

Comments
 (0)