Closed dependabot[bot] closed 2 weeks ago
This PR updates the Codecov GitHub Action from version 4 to version 5. The new version introduces significant changes including the use of the Codecov Wrapper to encapsulate the CLI, deprecation of some arguments, and addition of new features. The implementation is straightforward, requiring only a version bump in the GitHub Actions workflow file.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update Codecov GitHub Action to version 5 |
|
.github/workflows/run-all-tests.yml |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
**Action:** test-coverage (3.12) |
**Failed stage:** [Upload coverage to Codecov](https://github.com/cleder/pygeoif/actions/runs/11843292467/job/33003896602) [❌] |
**Failure summary:**
The action failed due to an error during the Codecov commit creation process: operation. |
Relevant error logs:```yaml 1: ##[group]Operating System 2: Ubuntu ... 224: tests/test_linear_ring.py ........................... [ 71%] 225: tests/test_multiline.py ..................... [ 75%] 226: tests/test_multipoint.py ..................... [ 80%] 227: tests/test_multipolygon.py .................. [ 85%] 228: tests/test_point.py .................................. [ 93%] 229: tests/test_polygon.py .............................. [100%] 230: =============================== warnings summary =============================== 231: tests/hypothesis/test_line.py::test_max_points_lt_2 232: /home/runner/work/pygeoif/pygeoif/tests/hypothesis/test_line.py:17: NonInteractiveExampleWarning: The `.example()` method is good for exploring strategies, but should only be used interactively. We recommend using `@given` for tests - it performs better, saves and replays failures to avoid flakiness, and reports minimal examples. (strategy: line_strings(max_points=1)) ... 258: tests/hypothesis/test_line.py::test_convex_hull_bounds 259: tests/hypothesis/test_line.py::test_convex_hull_bounds 260: tests/hypothesis/test_line.py::test_convex_hull_bounds 261: tests/hypothesis/test_line.py::test_convex_hull_bounds 262: tests/hypothesis/test_line.py::test_convex_hull_bounds 263: /home/runner/work/pygeoif/pygeoif/tests/hypothesis/test_line.py:56: UserWarning: The convex Hull will only return the projection to 2 dimensions xy coordinates 264: assert line.convex_hull.bounds == line.bounds 265: tests/hypothesis/test_linear_ring.py::test_max_points_lt_3 266: /home/runner/work/pygeoif/pygeoif/tests/hypothesis/test_linear_ring.py:15: NonInteractiveExampleWarning: The `.example()` method is good for exploring strategies, but should only be used interactively. We recommend using `@given` for tests - it performs better, saves and replays failures to avoid flakiness, and reports minimal examples. (strategy: linear_rings(max_points=3)) ... 355: tests/hypothesis/test_point.py::test_convex_hull 356: tests/hypothesis/test_point.py::test_convex_hull 357: tests/hypothesis/test_point.py::test_convex_hull 358: tests/hypothesis/test_point.py::test_convex_hull 359: tests/hypothesis/test_point.py::test_convex_hull 360: /home/runner/work/pygeoif/pygeoif/tests/hypothesis/test_point.py:41: UserWarning: The convex Hull will only return the projection to 2 dimensions xy coordinates 361: assert point.convex_hull.bounds == point.bounds 362: tests/hypothesis/test_polygon.py::test_max_points_lt_3 363: /home/runner/work/pygeoif/pygeoif/tests/hypothesis/test_polygon.py:16: NonInteractiveExampleWarning: The `.example()` method is good for exploring strategies, but should only be used interactively. We recommend using `@given` for tests - it performs better, saves and replays failures to avoid flakiness, and reports minimal examples. (strategy: polygons(max_points=3)) ... 432: /home/runner/work/pygeoif/pygeoif/tests/test_polygon.py:226: UserWarning: The convex Hull will only return the projection to 2 dimensions xy coordinates 433: assert polygon.convex_hull == geometry.LineString([(0, 0), (2, 2)]) 434: tests/test_polygon.py::test_convex_hull_3d_collapsed_to_point 435: /home/runner/work/pygeoif/pygeoif/tests/test_polygon.py:232: UserWarning: The convex Hull will only return the projection to 2 dimensions xy coordinates 436: assert polygon.convex_hull == geometry.Point(0, 0) 437: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 438: ---------- coverage: platform linux, python 3.12.7-final-0 ----------- 439: Coverage XML written to file coverage.xml 440: ================ 428 passed, 1 xfailed, 155 warnings in 19.10s ================= 441: ##[group]Run codecov/codecov-action@v5 442: with: 443: fail_ci_if_error: true ... 512: CC_CODE: 513: CC_DIR: 514: CC_DISABLE_FILE_FIXES: false 515: CC_DISABLE_SEARCH: false 516: CC_DRY_RUN: false 517: CC_ENTERPRISE_URL: 518: CC_ENV: 519: CC_EXCLUDES: 520: CC_FAIL_ON_ERROR: true ... 571: gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) |
Failed to generate code suggestions for PR
Preparing review...
Bumps codecov/codecov-action from 4 to 5.
Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
9688725
Update README.md2112eae
chore(deps): bump wrapper to 0.0.23 (#1644)193421c
fixL use the correct source (#1642)6018df7
fix: update container builds (#1640)eff1a64
fix: add missing vars (#1638)4582d54
Update README.md (#1639)bb7467c
feat: use wrapper (#1621)1d60598
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 8.12.2 to 8.13.0 ...e587ce2
build(deps-dev): bump@typescript-eslint/parser
from 8.12.2 to 8.13.0 (#1635)e43f28e
build(deps-dev): bump@typescript-eslint/parser
from 8.11.0 to 8.12.2 (#1628)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by Sourcery
CI: