Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.2 to 3.1.3
  • Loading branch information
jenshnielsen authored Apr 21, 2023
2 parents c3328c5 + 7323b6f commit dc573a5
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].2
uses: codecov/[email protected].3
with:
file: ./coverage.xml
env_vars: OS,PYTHON

0 comments on commit dc573a5

Please sign in to comment.