zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

Enforce ruff/Pylint rules

Open DimitriPapadopoulos opened this issue 10 months ago • 2 comments

TODO:

  • [ ] Add unit tests and/or doctests in docstrings
  • [ ] Add docstrings and API docs for any new/modified user-facing classes and functions
  • [ ] New/modified features documented in docs/user-guide/*.rst
  • [ ] Changes documented as a new file in changes/
  • [x] GitHub Actions have all passed
  • [x] Test coverage is 100% (Codecov passes)

DimitriPapadopoulos avatar Feb 26 '25 19:02 DimitriPapadopoulos

I don't think release notes are needed.

DimitriPapadopoulos avatar Mar 10 '25 13:03 DimitriPapadopoulos

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 61.74%. Comparing base (fe42655) to head (237ec3d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2869   +/-   ##
=======================================
  Coverage   61.74%   61.74%           
=======================================
  Files          85       85           
  Lines       10179    10179           
=======================================
  Hits         6285     6285           
  Misses       3894     3894           
Files with missing lines Coverage Δ
src/zarr/core/codec_pipeline.py 70.09% <100.00%> (ø)
src/zarr/core/group.py 70.27% <100.00%> (ø)
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jul 07 '25 21:07 codecov[bot]