Skip to content

Commit ef0c8ec

Browse files
committed
fix: another try
1 parent 7d45b57 commit ef0c8ec

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,14 @@ jobs:
4949
- name: Run tox targets for ${{ matrix.python-version }}
5050
run: tox -e ${{matrix.tox-python-version}}
5151

52-
- name: Upload coverage data
53-
uses: actions/upload-artifact@v4
52+
- name: Upload coverage to Codecov
53+
uses: codecov/codecov-action@v4
54+
with:
55+
token: ${{ secrets.CODECOV_TOKEN }}
56+
57+
- name: Upload test results to Codecov
58+
if: ${{ !cancelled() }}
59+
uses: codecov/test-results-action@v1
5460
with:
55-
name: coverage-data-${{ matrix.python-version }}
5661
token: ${{ secrets.CODECOV_TOKEN }}
5762

0 commit comments

Comments
 (0)