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

Separate size and capacity of LGDO ArrayLike objects #109

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Improve test coverage

0a0bffb
Select commit
Loading
Failed to load commit list.
Open

Separate size and capacity of LGDO ArrayLike objects #109

Improve test coverage
0a0bffb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

77.12% (target 20.00%)

View this Pull Request on Codecov

77.12% (target 20.00%)

Details

Codecov Report

Attention: Patch coverage is 92.18750% with 15 lines in your changes missing coverage. Please review.

Project coverage is 77.12%. Comparing base (da6747d) to head (0a0bffb).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/lgdo/types/encoded.py 57.89% 8 Missing ⚠️
src/lgdo/types/table.py 89.65% 3 Missing ⚠️
src/lgdo/types/array.py 96.00% 2 Missing ⚠️
src/lgdo/lh5/core.py 92.85% 1 Missing ⚠️
src/lgdo/types/vectorofvectors.py 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   76.70%   77.12%   +0.42%     
==========================================
  Files          46       46              
  Lines        3134     3196      +62     
==========================================
+ Hits         2404     2465      +61     
- Misses        730      731       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.