Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.1 to 3.1.2
  • Loading branch information
jenshnielsen authored Apr 12, 2023
2 parents 5b453b6 + 99e01c6 commit 6df1441
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].1
uses: codecov/[email protected].2
with:
file: ./coverage.xml
env_vars: OS,PYTHON

0 comments on commit 6df1441

Please sign in to comment.