redhat-developer / vscode-openshift-tools

OpenShift extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector
MIT License
95 stars 61 forks source link

Slow loading of the OpenShift explorer caused by duplicate oc commands #4289 #4300

Closed vrubezhny closed 4 months ago

vrubezhny commented 4 months ago

Fixes: #4289

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 65.28926% with 42 lines in your changes missing coverage. Please review.

Project coverage is 43.94%. Comparing base (da60441) to head (d90aabc). Report is 381 commits behind head on main.

Files Patch % Lines
src/explorer.ts 39.13% 14 Missing :warning:
src/serverlessFunction/functions.ts 31.57% 13 Missing :warning:
src/cli.ts 73.33% 4 Missing :warning:
src/oc/ocWrapper.ts 82.60% 4 Missing :warning:
src/openshift/openshiftItem.ts 75.00% 4 Missing :warning:
src/serverlessFunction/knative.ts 66.66% 1 Missing :warning:
src/tekton/tekton.ts 66.66% 1 Missing :warning:
src/util/kubeUtils.ts 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4300 +/- ## =========================================== + Coverage 32.37% 43.94% +11.57% =========================================== Files 85 95 +10 Lines 6505 7732 +1227 Branches 1349 1641 +292 =========================================== + Hits 2106 3398 +1292 + Misses 4399 4334 -65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.