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

Refactor code architecture #27

Merged
merged 91 commits into from
Mar 10, 2024

tests: add test for base peak

5af8dc2
Select commit
Loading
Failed to load commit list.
Merged

Refactor code architecture #27

tests: add test for base peak
5af8dc2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2024 in 1s

77.87% (+2.35%) compared to 5b6267f

View this Pull Request on Codecov

77.87% (+2.35%) compared to 5b6267f

Details

Codecov Report

Attention: Patch coverage is 79.73251% with 394 lines in your changes are missing coverage. Please review.

Project coverage is 77.87%. Comparing base (5b6267f) to head (5af8dc2).

Files Patch % Lines
src/raman_fitting/interfaces/typer_cli.py 0.00% 49 Missing ⚠️
src/raman_fitting/imports/files/file_indexer.py 72.72% 36 Missing ⚠️
src/raman_fitting/delegating/run_fit_multi.py 17.14% 29 Missing ⚠️
...raman_fitting/imports/spectrum/datafile_parsers.py 53.22% 29 Missing ⚠️
...rc/raman_fitting/models/deconvolution/base_peak.py 75.23% 26 Missing ⚠️
src/raman_fitting/delegating/main_delegator.py 77.77% 24 Missing ⚠️
src/raman_fitting/config/filepath_helper.py 43.33% 17 Missing ⚠️
src/raman_fitting/exports/file_table.py 0.00% 17 Missing ⚠️
src/raman_fitting/utils/string_operations.py 36.36% 14 Missing ⚠️
src/raman_fitting/exports/plot_formatting.py 74.46% 12 Missing ⚠️
... and 30 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   75.52%   77.87%   +2.35%     
==========================================
  Files          43       53      +10     
  Lines        2664     2016     -648     
==========================================
- Hits         2012     1570     -442     
+ Misses        652      446     -206     

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