jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 61 forks source link

Fix flow deletion 236 #237

Closed BastinJafari closed 3 years ago

github-actions[bot] commented 3 years ago

This PR closes: #236

codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (646d992) into master (45b5b75) will increase coverage by 22.88%. The diff coverage is 85.76%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #237       +/-   ##
===========================================
+ Coverage   35.44%   58.32%   +22.88%     
===========================================
  Files         140       62       -78     
  Lines        2229     1207     -1022     
  Branches      367      188      -179     
===========================================
- Hits          790      704       -86     
+ Misses       1434      502      -932     
+ Partials        5        1        -4     
Impacted Files Coverage Δ
src/helpers/tests/flow-chart.testData.ts 100.00% <ø> (ø)
src/helpers/tests/format.testData.ts 100.00% <ø> (ø)
src/redux/flows/flows.selectors.ts 0.00% <0.00%> (ø)
src/redux/flows/flows.testData.ts 100.00% <ø> (ø)
src/routes/Dashboard.tsx 0.00% <ø> (ø)
src/redux/flows/flows.actions.ts 34.28% <40.00%> (+3.51%) :arrow_up:
src/redux/global/global.actions.ts 86.66% <82.35%> (ø)
src/redux/flows/flows.reducer.ts 85.15% <83.76%> (-8.01%) :arrow_down:
src/helpers/format.ts 95.69% <95.38%> (+0.35%) :arrow_up:
src/helpers/flow-chart.ts 100.00% <100.00%> (ø)
... and 72 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 924c582...646d992. Read the comment docs.