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

Use importlib.metadata instead of pkg_resources #446

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Update to use entry_point.attr as a single string

50a1585
Select commit
Loading
Failed to load commit list.
Open

Use importlib.metadata instead of pkg_resources #446

Update to use entry_point.attr as a single string
50a1585
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2024 in 0s

84.16% (-0.01%) compared to e332585, passed because coverage increased by 0% when compared to adjusted base (84.16%)

View this Pull Request on Codecov

84.16% (-0.01%) compared to e332585, passed because coverage increased by 0% when compared to adjusted base (84.16%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.16%. Comparing base (e332585) to head (50a1585).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #446      +/-   ##
==========================================
- Coverage   84.17%   84.16%   -0.01%     
==========================================
  Files         160      160              
  Lines       13058    13056       -2     
==========================================
- Hits        10991    10989       -2     
  Misses       2067     2067              

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