Skip to content

Commit 9908ca7

Browse files
authored
drop inputs passed to codecov-action (#10740)
It can already search and find these coverage files.
1 parent 0eebeb9 commit 9908ca7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ jobs:
143143
--cov --cov-report=xml --cov-report=term --durations-path=./.github/.test_durations
144144
- name: upload coverage report
145145
uses: codecov/codecov-action@v5
146-
with:
147-
file: ./coverage.xml
148-
fail_ci_if_error: false
149146
check:
150147
if: always()
151148
needs: [tests]

0 commit comments

Comments
 (0)