Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.3 to 3.1.4
  • Loading branch information
jenshnielsen authored May 16, 2023
2 parents ec19de5 + 23fed1d commit 55a9a5e
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 @@ -59,7 +59,7 @@ jobs:
run: |
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=setup.cfg qcodes_contrib_drivers
- name: Upload coverage to Codecov
uses: codecov/[email protected].3
uses: codecov/[email protected].4
with:
file: ./coverage.xml
env_vars: OS,PYTHON

0 comments on commit 55a9a5e

Please sign in to comment.