From 6d54bbd6eb4b9f1703c3e2cc2fffe927c2d78891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:04:03 +0000 Subject: [PATCH 1/2] build(deps): bump actions/setup-python in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 1 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v1...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42875284..dfa29b68 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: run: git fetch --prune --unshallow - name: Set up Python 3.9 - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: 3.9 From 600cd68173b5c2fdaaafc273aad7cab7d33ff9b6 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 30 Jun 2024 17:16:44 +0200 Subject: [PATCH 2/2] ci: simplify codecov upload --- .github/workflows/CI.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index aed96970..e2c8e6f8 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -76,9 +76,5 @@ jobs: pytest --cov=./ --cov-report=xml linopy --doctest-modules test - name: Upload code coverage report + if: matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: true # optional (default = false) - name: codecov-umbrella # optional - token: ${{ secrets.CODECOV_TOKEN }} # required - verbose: true # optional (default = false)