Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.4 to 3.1.5
  • Loading branch information
jenshnielsen authored Jan 30, 2024
2 parents 0f0657b + 476cba1 commit 97ac341
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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
with:
file: ./coverage.xml
env_vars: OS,PYTHON
Expand Down

0 comments on commit 97ac341

Please sign in to comment.