We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6874219 + 80827d0 commit 69f672bCopy full SHA for 69f672b
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@v6
+ uses: codecov/codecov-action@v7
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