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

fix(pipeline-run): open websocket in case of abnormally closed, implement polling, releases watch #43

Merged
merged 4 commits into from
Dec 3, 2024

fix(k8s-utils): add unit test for useK8sQueryWatch

16b17e7
Select commit
Loading
Failed to load commit list.
Merged

fix(pipeline-run): open websocket in case of abnormally closed, implement polling, releases watch #43

fix(k8s-utils): add unit test for useK8sQueryWatch
16b17e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 0s

79.67% (+0.07%) compared to ed4ee3e

View this Pull Request on Codecov

79.67% (+0.07%) compared to ed4ee3e

Details

Codecov Report

Attention: Patch coverage is 88.60759% with 9 lines in your changes missing coverage. Please review.

Project coverage is 79.67%. Comparing base (ed4ee3e) to head (16b17e7).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/k8s/hooks/useK8sQueryWatch.ts 91.11% 4 Missing ⚠️
...elineRunDetailsView/tabs/PipelineRunDetailsTab.tsx 0.00% 2 Missing ⚠️
...omponents/ComponentsListView/ComponentListView.tsx 0.00% 1 Missing ⚠️
src/hooks/useReleases.ts 0.00% 1 Missing ⚠️
src/k8s/k8s-utils.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   79.60%   79.67%   +0.07%     
==========================================
  Files         564      565       +1     
  Lines       20977    21052      +75     
  Branches     4951     4965      +14     
==========================================
+ Hits        16698    16773      +75     
  Misses       4255     4255              
  Partials       24       24              

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