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

migrate from pkg_resources to importlib.resources #38

fix: flake8 issue

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

migrate from pkg_resources to importlib.resources #38

fix: flake8 issue
3c20bcc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2024 in 0s

67.37% (+0.05%) compared to 60901ee

View this Pull Request on Codecov

67.37% (+0.05%) compared to 60901ee

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 17 lines in your changes missing coverage. Please review.

Project coverage is 67.37%. Comparing base (60901ee) to head (3c20bcc).

Files with missing lines Patch % Lines
pyjibe/__main__.py 0.00% 7 Missing ⚠️
pyjibe/fd/dlg_export_vals.py 25.00% 3 Missing ⚠️
pyjibe/head/dlg_tool_convert.py 25.00% 3 Missing ⚠️
pyjibe/head/preferences.py 25.00% 3 Missing ⚠️
...ead/custom_widgets/mpl_navigation_toolbar_icons.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   67.31%   67.37%   +0.05%     
==========================================
  Files          36       36              
  Lines        2772     2789      +17     
==========================================
+ Hits         1866     1879      +13     
- Misses        906      910       +4     

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