Closed Warashi closed 1 month ago
Attention: Patch coverage is 0%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 23.94%. Comparing base (
c1a06aa
) to head (bb55a18
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...pipedv1/plugin/kubernetes/toolregistry/registry.go | 0.00% | 10 Missing :warning: |
...kg/app/pipedv1/plugin/toolregistry/toolregistry.go | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it:
The plugin has to pass the tool install script to the piped. I don't want to pass a script everywhere the plugin tries to install a tool. So I wrote a wrapper package to hide install script from other implementations.
Which issue(s) this PR fixes:
Part of #4980
Does this PR introduce a user-facing change?: No