Skip to content

Commit

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

Bump codecov/codecov-action from 2.1.0 to 3.1.0
  • Loading branch information
jenshnielsen authored Aug 29, 2022
2 parents 2fe98b9 + 2ea5ecd commit 2aab0c2
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 @@ -60,7 +60,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/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.0
with:
file: ./coverage.xml
env_vars: OS,PYTHON

0 comments on commit 2aab0c2

Please sign in to comment.