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 plugin registry #5466

Closed
wants to merge 20 commits into from

Refactor: fix for lint

0681f93
Select commit
Loading
Failed to load commit list.
Closed

Add plugin registry #5466

Refactor: fix for lint
0681f93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

26.20% (+0.05%) compared to 602bf8c

View this Pull Request on Codecov

26.20% (+0.05%) compared to 602bf8c

Details

Codecov Report

Attention: Patch coverage is 52.88462% with 49 lines in your changes missing coverage. Please review.

Project coverage is 26.20%. Comparing base (602bf8c) to head (0681f93).

Files with missing lines Patch % Lines
pkg/plugin/registry/registry.go 67.74% 20 Missing ⚠️
pkg/app/pipedv1/controller/planner.go 41.66% 10 Missing and 4 partials ⚠️
pkg/app/pipedv1/cmd/piped/piped.go 0.00% 11 Missing ⚠️
pkg/app/pipedv1/controller/controller.go 0.00% 3 Missing ⚠️
pkg/app/pipedv1/controller/scheduler.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5466      +/-   ##
==========================================
+ Coverage   26.15%   26.20%   +0.05%     
==========================================
  Files         457      458       +1     
  Lines       49111    49172      +61     
==========================================
+ Hits        12843    12885      +42     
- Misses      35246    35263      +17     
- Partials     1022     1024       +2     

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