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 25 commits into
base: main
Choose a base branch
from

style: pre-commit fixes

10193a9
Select commit
Loading
Failed to load commit list.
Open

Separate size and capacity of LGDO ArrayLike objects #109

style: pre-commit fixes
10193a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

78.61% (target 20.00%)

View this Pull Request on Codecov

78.61% (target 20.00%)

Details

Codecov Report

Attention: Patch coverage is 89.42308% with 22 lines in your changes missing coverage. Please review.

Project coverage is 78.61%. Comparing base (b0b6f97) to head (10193a9).
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/vovutils.py 16.66% 5 Missing ⚠️
src/lgdo/types/table.py 89.65% 3 Missing ⚠️
src/lgdo/types/vectorofvectors.py 93.02% 3 Missing ⚠️
src/lgdo/types/array.py 96.00% 2 Missing ⚠️
src/lgdo/lh5/core.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   78.56%   78.61%   +0.05%     
==========================================
  Files          46       46              
  Lines        3401     3470      +69     
==========================================
+ Hits         2672     2728      +56     
- Misses        729      742      +13     

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