ci: Update tests.yml workflow
This commit is contained in:
parent
70b8c85677
commit
0027db42eb
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -75,6 +75,7 @@ jobs:
|
||||||
- name: Upload Coverage Results to Codecov
|
- name: Upload Coverage Results to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
|
disable_search: true
|
||||||
files: coverage.xml
|
files: coverage.xml
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue