feat: harden support for any file-like (including fsspec file handles). cast urls to fsspec - #292
Open
tlambert03 wants to merge 14 commits into
Open
feat: harden support for any file-like (including fsspec file handles). cast urls to fsspec#292tlambert03 wants to merge 14 commits into
tlambert03 wants to merge 14 commits into
Codecov / codecov/project
succeeded
Aug 26, 2026 in 0s
93.52% (-0.18%) compared to 1818976
View this Pull Request on Codecov
93.52% (-0.18%) compared to 1818976
Details
Codecov Report
❌ Patch coverage is 89.51613% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.52%. Comparing base (1818976) to head (0d4f306).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/nd2/_readers/protocol.py | 83.33% | 8 Missing |
| src/nd2/_parse/_chunk_decode.py | 89.47% | 2 Missing |
| src/nd2/_readers/_modern/modern_reader.py | 88.88% | 2 Missing |
| src/nd2/_nd2file.py | 94.11% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #292 +/- ##
==========================================
- Coverage 93.70% 93.52% -0.18%
==========================================
Files 22 22
Lines 2622 2689 +67
==========================================
+ Hits 2457 2515 +58
- Misses 165 174 +9 ☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading