Skip to content

Commit

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

Bump codecov/codecov-action from 4.0.0 to 4.0.1
  • Loading branch information
jenshnielsen authored Feb 2, 2024
2 parents 9475b0e + 523a2b4 commit e270399
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 @@ -64,7 +64,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].0
uses: codecov/[email protected].1
with:
file: ./coverage.xml
env_vars: OS,PYTHON
Expand Down

0 comments on commit e270399

Please sign in to comment.