Skip to content

Conversation

mkitti
Copy link
Contributor

@mkitti mkitti commented Jul 14, 2025

  • Used ruff check --fix
  • Fix ruff check issues with pytest.warn

I ran ruff check --fix and then manually corrected lines it could not correct automatically.

TODO:

  • Unit tests and/or doctests in docstrings
  • Tests pass locally
  • Docstrings and API docs for any new/modified user-facing classes and functions
  • Changes documented in docs/release.rst
  • Docs build locally
  • GitHub Actions CI passes
  • Test coverage to 100% (Codecov passes)

Copy link

codecov bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.96%. Comparing base (7a6fad3) to head (e8d10e5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #764      +/-   ##
==========================================
- Coverage   99.96%   99.96%   -0.01%     
==========================================
  Files          64       64              
  Lines        2792     2789       -3     
==========================================
- Hits         2791     2788       -3     
  Misses          1        1              
Files with missing lines Coverage Δ
numcodecs/abc.py 100.00% <100.00%> (ø)
numcodecs/checksum32.py 100.00% <100.00%> (ø)
numcodecs/lzma.py 100.00% <100.00%> (ø)
numcodecs/tests/test_zarr3.py 100.00% <100.00%> (ø)
numcodecs/zfpy.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-v-b d-v-b enabled auto-merge (squash) July 14, 2025 08:25
@d-v-b d-v-b merged commit 506c89b into zarr-developers:main Jul 14, 2025
30 checks passed
mkitti added a commit to mkitti/numcodecs that referenced this pull request Jul 17, 2025
* Used ruff check --fix

* Fix ruff check issues with pytest.warn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants