We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9518332 + 489b585 commit 4d2556aCopy full SHA for 4d2556a
.github/workflows/pytest.yaml
@@ -108,7 +108,7 @@ jobs:
108
run: |
109
pytest -m "serial" -n 0 --dist no --cov=qcodes --cov-report xml --cov-append --hypothesis-profile ci $PYTEST_OPT tests
110
- name: Upload coverage to Codecov
111
- uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
112
with:
113
file: ./coverage.xml
114
env_vars: OS,PYTHON
0 commit comments