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

fix: replace deprecated pkg_resources with importlib #256

Merged
merged 1 commit into from
Nov 15, 2023

fix: replace deprecated `pkg_resources` with `importlib`

ed87cbd
Select commit
Loading
Failed to load commit list.
Merged

fix: replace deprecated pkg_resources with importlib #256

fix: replace deprecated `pkg_resources` with `importlib`
ed87cbd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 15, 2023 in 0s

70.26% (-0.01%) compared to 56aa5fa

View this Pull Request on Codecov

70.26% (-0.01%) compared to 56aa5fa

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (56aa5fa) 70.26% compared to head (ed87cbd) 70.26%.
Report is 4 commits behind head on main.

Files Patch % Lines
pyTMD/constants.py 50.00% 1 Missing ⚠️
pyTMD/time.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #256      +/-   ##
==========================================
- Coverage   70.26%   70.26%   -0.01%     
==========================================
  Files          43       43              
  Lines        8990     8995       +5     
  Branches     1180     1180              
==========================================
+ Hits         6317     6320       +3     
- Misses       2322     2324       +2     
  Partials      351      351              

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