Skip to content

Commit ad3f00c

Browse files
committed
Fix upload of code coverage
1 parent d6156ca commit ad3f00c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
- name: Upload coverage to Codecov
7171
uses: codecov/codecov-action@v5
7272
with:
73-
files: .tox/coverage.py$(echo ${{ matrix.python-version }} | tr -d .).xml
74-
fail_ci_if_error: false
73+
directory: .tox/
74+
fail_ci_if_error: true
7575
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)