Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4 to 5 (#57)
Browse files Browse the repository at this point in the history
* 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](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Martí Bosch <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and martibosch authored Dec 10, 2024
1 parent 3c7e34d commit 2fc1411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2fc1411

Please sign in to comment.