We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7635018 commit 79103c9Copy full SHA for 79103c9
.github/workflows/tests.yml
@@ -40,10 +40,11 @@ jobs:
40
41
- name: Upload test results to Codecov
42
if: ${{ !cancelled() }}
43
- uses: codecov/test-results-action@v1
+ uses: codecov/codecov-action@v5
44
with:
45
flags: python${{ matrix.python-version }}
46
name: codecov-umbrella-test-results
47
+ report_type: test_results
48
token: ${{ secrets.CODECOV_TOKEN }}
49
- name: Upload coverage to Codecov
50
uses: codecov/codecov-action@v5
0 commit comments