From 5ae25adf787540b2a3ed8f6b9cd09938119bf7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:49:20 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4.0.1 to 4.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index f68149ecb..ebed7f0ad 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -64,7 +64,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 From 2a98edbcd8b129b4c5fd552e1b7e6cce515da73d Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Mon, 26 Feb 2024 09:52:32 +0100 Subject: [PATCH 2/2] remove testing env --- .github/workflows/pytest.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index ebed7f0ad..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]