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

Switch plugin system from pkg_resources to importlib #562

Merged
merged 2 commits into from
Aug 17, 2023

Switch colcon_core.extension_point to importlib.metadata (#562)

dab8cad
Select commit
Loading
Failed to load commit list.
Merged

Switch plugin system from pkg_resources to importlib #562

Switch colcon_core.extension_point to importlib.metadata (#562)
dab8cad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2023 in 0s

82.04% (+0.16%) compared to 7b70e61

View this Pull Request on Codecov

82.04% (+0.16%) compared to 7b70e61

Details

Codecov Report

Patch coverage: 89.87% and project coverage change: +0.16% 🎉

Comparison is base (7b70e61) 81.88% compared to head (dab8cad) 82.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
+ Coverage   81.88%   82.04%   +0.16%     
==========================================
  Files          62       63       +1     
  Lines        3648     3721      +73     
  Branches      705      718      +13     
==========================================
+ Hits         2987     3053      +66     
- Misses        609      613       +4     
- Partials       52       55       +3     
Files Changed Coverage Δ
colcon_core/task/python/test/__init__.py 32.71% <50.00%> (ø)
colcon_core/extension_point.py 90.27% <90.27%> (ø)
colcon_core/command.py 86.20% <100.00%> (ø)
colcon_core/entry_point.py 83.33% <100.00%> (+0.21%) ⬆️
colcon_core/plugin_system.py 98.68% <100.00%> (ø)

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