(chore) type hints for tests #698
Open
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Codecov / codecov/project
failed
Apr 4, 2026 in 1s
99.71% (target 100.00%)
View this Pull Request on Codecov
99.71% (target 100.00%)
Details
Codecov Report
❌ Patch coverage is 99.24812% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.71%. Comparing base (8d15c02) to head (4e37337).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| numcodecs/tests/common.py | 94.11% | 1 Missing |
| numcodecs/tests/test_shuffle.py | 94.73% | 1 Missing |
❌ Your project check has failed because the head coverage (99.71%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files
@@ Coverage Diff @@
## main #698 +/- ##
==========================================
- Coverage 99.78% 99.71% -0.08%
==========================================
Files 63 63
Lines 2754 2765 +11
==========================================
+ Hits 2748 2757 +9
- Misses 6 8 +2 | Files with missing lines | Coverage Δ | |
|---|---|---|
| numcodecs/tests/test_astype.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_base64.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_bitround.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_blosc.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_bz2.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_categorize.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_checksum32.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_compat.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_delta.py | 100.00% <100.00%> (ø) |
|
| numcodecs/tests/test_entrypoints.py | 100.00% <100.00%> (ø) |
|
| ... and 25 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading