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 configuration for plot functions #288

Merged
merged 58 commits into from
Aug 25, 2024

👌 Add __contains__ method to PlotLabelOverrideMap

3b6133c
Select commit
Loading
Failed to load commit list.
Merged

✨ Add configuration for plot functions #288

👌 Add __contains__ method to PlotLabelOverrideMap
3b6133c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 25, 2024 in 0s

58.26% (target 40.00%)

View this Pull Request on Codecov

58.26% (target 40.00%)

Details

Codecov Report

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

Project coverage is 58.26%. Comparing base (b880df9) to head (3b6133c).
Report is 16 commits behind head on main.

Files Patch % Lines
pyglotaran_extras/config/config.py 94.33% 6 Missing and 3 partials ⚠️
pyglotaran_extras/config/plot_config.py 95.87% 4 Missing and 5 partials ⚠️
pyglotaran_extras/plotting/plot_svd.py 80.00% 2 Missing ⚠️
tests/io/test_load_data.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #288       +/-   ##
===========================================
+ Coverage   44.77%   58.26%   +13.48%     
===========================================
  Files          27       31        +4     
  Lines        1043     1598      +555     
  Branches      162      290      +128     
===========================================
+ Hits          467      931      +464     
- Misses        568      651       +83     
- Partials        8       16        +8     

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