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

[ENH] - Define new object organization (Data / Results / Base / Algorithm) #291

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

Merge branch 'main' into basemodel

3599dbc
Select commit
Loading
Failed to load commit list.
Open

[ENH] - Define new object organization (Data / Results / Base / Algorithm) #291

Merge branch 'main' into basemodel
3599dbc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 3, 2024 in 0s

97.46% (-0.01%) compared to b213edc

View this Pull Request on Codecov

97.46% (-0.01%) compared to b213edc

Details

Codecov Report

Attention: Patch coverage is 95.63700% with 50 lines in your changes missing coverage. Please review.

Project coverage is 97.46%. Comparing base (b213edc) to head (3599dbc).
Report is 2 commits behind head on main.

Files Patch % Lines
specparam/objs/algorithm.py 92.43% 14 Missing ⚠️
specparam/objs/results.py 96.07% 12 Missing ⚠️
specparam/objs/data.py 93.66% 9 Missing ⚠️
specparam/tests/objs/test_results.py 90.14% 7 Missing ⚠️
specparam/objs/base.py 96.89% 4 Missing ⚠️
specparam/objs/time.py 81.81% 2 Missing ⚠️
specparam/objs/event.py 91.66% 1 Missing ⚠️
specparam/objs/model.py 97.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #291      +/-   ##
==========================================
- Coverage   97.46%   97.46%   -0.01%     
==========================================
  Files         100      108       +8     
  Lines        5018     5362     +344     
==========================================
+ Hits         4891     5226     +335     
- Misses        127      136       +9     

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