Skip to content

Fix typing in metadata tests #3393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2025

Conversation

dstansby
Copy link
Contributor

Another train journey = continuing the crusade against typing errors, this time in the metadata tests. I made one change to the API typing, switching out dict for Mapping in CompressorsLike, because Mapping is covariant in it's parameters.

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Aug 20, 2025
Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.66%. Comparing base (6a546d6) to head (ceb8d3f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3393   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files          79       79           
  Lines        9444     9444           
=======================================
  Hits         8940     8940           
  Misses        504      504           
Files with missing lines Coverage Δ
src/zarr/core/array.py 97.10% <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 merged commit cb38926 into zarr-developers:main Aug 21, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs release notes Automatically applied to PRs which haven't added release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants