Skip to content
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

Add pcodec #501

Merged
merged 14 commits into from
Feb 24, 2024

skip pcodec tests if not installed

d637773
Select commit
Loading
Failed to load commit list.
Merged

Add pcodec #501

skip pcodec tests if not installed
d637773
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2024 in 1s

99.91% (target 100.00%)

View this Pull Request on Codecov

99.91% (target 100.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (0878717) to head (d637773).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #501   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          57       59    +2     
  Lines        2265     2323   +58     
=======================================
+ Hits         2263     2321   +58     
  Misses          2        2           
Files Coverage Δ
numcodecs/__init__.py 100.00% <100.00%> (ø)
numcodecs/pcodec.py 100.00% <100.00%> (ø)
numcodecs/tests/common.py 100.00% <100.00%> (ø)
numcodecs/tests/test_pcodec.py 100.00% <100.00%> (ø)