diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index f68149ecb..b4958480d 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -20,7 +20,6 @@ jobs: pytestmypy: runs-on: ${{ matrix.os }} - environment: testing-environment strategy: matrix: os: [ubuntu-latest, windows-latest] @@ -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