Skip to content

Commit

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

Bump codecov/codecov-action from 4.2.0 to 4.3.0
  • Loading branch information
astafan8 authored Apr 11, 2024
2 parents 90f15b0 + 01b4bd3 commit 66e7335
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 @@ -63,7 +63,7 @@ jobs:
run: |
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=pyproject.toml tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
file: ./coverage.xml
env_vars: OS,PYTHON
Expand Down

0 comments on commit 66e7335

Please sign in to comment.