Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.6 to 4.0.0
  • Loading branch information
jenshnielsen authored Feb 1, 2024
2 parents 91d808a + eddaf35 commit 9475b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
pytestmypy:

runs-on: ${{ matrix.os }}
environment: testing-environment
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -63,7 +64,9 @@ jobs:
run: |
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=pyproject.toml tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
file: ./coverage.xml
env_vars: OS,PYTHON
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9475b0e

Please sign in to comment.