TeselaGen / openVectorEditor

DEPRECATED - Teselagen's Open Source Vector/Plasmid Editor Component
https://teselagen.github.io/tg-oss/ove/#/Editor
MIT License
200 stars 72 forks source link

Adds circular view zoom #847

Closed tnrich closed 2 years ago

cypress[bot] commented 2 years ago



Test summary

232 5 1 3


Run details

Project openVectorEditor
Status Failed
Commit 0d72a9de97
Started Jul 25, 2022 11:26 PM
Ended Jul 25, 2022 11:40 PM
Duration 13:24 💡
OS Linux Ubuntu - 20.04
Browser Electron 91

View run in Cypress Dashboard ➡️


Failures

clickDragCaretAndSelectionLogic.spec.js Failed
1 clickDragCaretAndSelectionLogic > should not allow origin spanning drags if linear (circular view drag)
2 clickDragCaretAndSelectionLogic > should not allow origin spanning click if linear (circular view click with previous selection present)
rowView.spec.js Failed
1 rowView > inserting bps at the end of the seq shouldn't cause the new selection to wrap the origin by default
zoomCircularView.spec.js Failed
1 zoomCircularView.spec > selecting a feature and zooming to full zoom should focus that feature - and have the underlying base pair sequence show up - labels should be drawn internally that previously didn't fit!

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

codecov-commenter commented 2 years ago

Codecov Report

Merging #847 (0d72a9d) into master (3932cce) will increase coverage by 0.55%. The diff coverage is 85.51%.

:exclamation: Current head 0d72a9d differs from pull request most recent head 70d2d46. Consider uploading reports for the commit 70d2d46 to get more accurate results

@@            Coverage Diff             @@
##           master     #847      +/-   ##
==========================================
+ Coverage   74.12%   74.68%   +0.55%     
==========================================
  Files         264      271       +7     
  Lines       10456    10673     +217     
  Branches     3721     3813      +92     
==========================================
+ Hits         7751     7971     +220     
+ Misses       2368     2366       -2     
+ Partials      337      336       -1     
Impacted Files Coverage Δ
demo/src/EditorDemo/index.js 84.71% <ø> (ø)
demo/src/index.js 50.00% <ø> (ø)
src/AlignmentView/index.js 69.58% <ø> (ø)
src/CircularView/Orf.js 66.66% <ø> (ø)
src/CutsiteFilter/index.js 91.20% <0.00%> (ø)
src/Editor/userDefinedHandlersAndOpts.js 100.00% <ø> (ø)
src/MenuBar/viewSubmenu.js 85.00% <ø> (ø)
src/RowItem/Axis.js 100.00% <ø> (ø)
src/RowItem/Sequence.js 60.81% <ø> (+3.31%) :arrow_up:
src/RowItem/StackedAnnotations/index.js 93.02% <ø> (ø)
... and 52 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 3932cce...70d2d46. Read the comment docs.