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 60 forks source link

fix: YAML flow parser #152

Closed imsergiy closed 3 years ago

imsergiy commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #152 (21b9fdd) into master (c844b58) will increase coverage by 0.56%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   21.66%   22.23%   +0.56%     
==========================================
  Files         138      139       +1     
  Lines        2695     2716      +21     
  Branches      443      445       +2     
==========================================
+ Hits          584      604      +20     
- Misses       2111     2112       +1     
Impacted Files Coverage Δ
src/layouts/IconSidebar.tsx 0.00% <0.00%> (ø)
src/helpers/flow-chart.ts 100.00% <100.00%> (ø)
src/helpers/tests/flow-chart.testData.ts 100.00% <100.00%> (ø)
src/helpers/tests/format.testData.ts 100.00% <100.00%> (ø)
src/redux/flows/flows.actions.ts 25.00% <100.00%> (+2.41%) :arrow_up:
src/redux/flows/flows.constants.ts 100.00% <100.00%> (ø)
src/redux/flows/flows.reducer.ts 86.79% <100.00%> (+0.79%) :arrow_up:

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 c844b58...21b9fdd. Read the comment docs.

Roshanjossey commented 3 years ago

Ooh, I like that all green in code coverage comment. :heart:

Could you merge master onto your branch. Let's see if that fixes failing integration tests.