Skip to content

Commit

Permalink
Merge pull request #291 from QCoDeS/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-3.1.6

Bump codecov/codecov-action from 3.1.5 to 3.1.6
  • Loading branch information
jenshnielsen authored Jan 31, 2024
2 parents 1908273 + 29db3af commit 6fa8f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=pyproject.toml tests
- name: Upload coverage to Codecov
uses: codecov/[email protected].5
uses: codecov/[email protected].6
with:
file: ./coverage.xml
env_vars: OS,PYTHON

0 comments on commit 6fa8f5c

Please sign in to comment.