We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abdba3e + 01a163c commit 01a8ea7Copy full SHA for 01a8ea7
1 file changed
.github/workflows/build.yaml
@@ -57,13 +57,13 @@ jobs:
57
pytest -r a -v --cov=python --cov=tests --cov-report=xml --cov-report=term --cov-branch \
58
--junitxml=junit.xml -o junit_family=legacy
59
- name: Upload coverage to codecov
60
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
61
with:
62
files: ./coverage.xml
63
token: ${{ secrets.CODECOV_TOKEN }}
64
- name: Upload test results to Codecov
65
if: ${{ !cancelled() }}
66
67
68
report_type: test_results
69
0 commit comments