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

Feat: Multi modal example #305

Closed BastinJafari closed 3 years ago

BastinJafari commented 3 years ago

PR checklist

Docs

Tests

Typing

Styling

codecov[bot] commented 3 years ago

Codecov Report

Merging #305 (4ad75d9) into master (d5e5421) will increase coverage by 3.54%. The diff coverage is 55.35%.

:exclamation: Current head 4ad75d9 differs from pull request most recent head a8f1fca. Consider uploading reports for the commit a8f1fca to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
+ Coverage   64.08%   67.62%   +3.54%     
==========================================
  Files          60       62       +2     
  Lines        1342     1424      +82     
  Branches      212      223      +11     
==========================================
+ Hits          860      963     +103     
+ Misses        482      461      -21     
Impacted Files Coverage Δ
src/redux/flows/flows.constants.ts 100.00% <ø> (ø)
src/redux/flows/flows.selectors.ts 0.00% <0.00%> (ø)
src/redux/global/global.actions.ts 78.00% <ø> (ø)
src/redux/index.ts 60.00% <ø> (ø)
src/services/multiModalScript.ts 0.00% <0.00%> (ø)
src/services/tests/gatewayClient.ts 0.00% <0.00%> (ø)
src/redux/logStream/logStream.actions.ts 22.72% <25.00%> (+14.03%) :arrow_up:
src/services/jinad.ts 37.80% <77.77%> (+18.52%) :arrow_up:
src/redux/flows/flows.actions.ts 92.22% <90.00%> (+55.18%) :arrow_up:
src/redux/flows/flows.reducer.ts 87.63% <93.33%> (+1.77%) :arrow_up:
... and 8 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 d5e5421...a8f1fca. Read the comment docs.