From 2fc141142a0621d1dd733f01a72190f190d4871d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:18:40 +0100 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4 to 5 (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use cython, Python 3.13, revert build system to setuptools and tests to tox (#60) * build: cython with setuptools, tox and python 3.13 * build: use actionlint, upgrade setup-python to v5 * build: do not add root to path when building docs * build: added missing myst-nb docs dependency * style: added toml-sort pre-commit hook * test: back to tox.ini until tox issue 3457 is solved * fix: avoid pandas futurewarning for concat with empty entries * fix: unary_union->union_all to avoid geopandas deprecation warning * test: only build sdist in tox (build wheels using cbuildwheel) * build(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Martí Bosch Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c266a0..c48eb9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: CONDA_EXE: mamba - name: upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Test notebooks run: |