Skip to content

Commit

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

Bump codecov/codecov-action from 4.0.1 to 4.0.2
  • Loading branch information
jenshnielsen authored Feb 26, 2024
2 parents e9eee53 + 2a98edb commit 044c14c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
pytestmypy:

runs-on: ${{ matrix.os }}
environment: testing-environment
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -64,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.0.1
uses: codecov/codecov-action@v4.0.2
with:
file: ./coverage.xml
env_vars: OS,PYTHON
Expand Down

0 comments on commit 044c14c

Please sign in to comment.