Skip to content

Commit

Permalink
Merge pull request #5705 from microsoft/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-3.1.6

Bump codecov/codecov-action from 3.1.5 to 3.1.6
  • Loading branch information
jenshnielsen authored Jan 31, 2024
2 parents aa9307c + 650f452 commit e736d3e
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 @@ -99,7 +99,7 @@ jobs:
run: |
pytest -m "serial" -n 0 --dist no --cov=qcodes --cov-report xml --cov-append --hypothesis-profile ci tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
with:
file: ./coverage.xml
env_vars: OS,PYTHON
Expand Down

0 comments on commit e736d3e

Please sign in to comment.