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

Tnr add zoom to linear view #828

Closed djriffle closed 2 years ago

djriffle commented 2 years ago

Connects #826

cypress[bot] commented 2 years ago



Test summary

229 1 1 0


Run details

Project openVectorEditor
Status Failed
Commit 3abfac514c
Started Jun 15, 2022 10:05 PM
Ended Jun 15, 2022 10:19 PM
Duration 13:56 💡
OS Linux Ubuntu - 20.04
Browser Electron 91

View run in Cypress Dashboard ➡️


Failures

cypress/integration/virtualDigest.spec.js Failed
1 virtualDigest > clicking a fragment in the Digest Table view and then right clicking the selection to create a feature should have the annotation name autofilled

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 #828 (0b38d97) into master (0dbf96d) will increase coverage by 0.14%. The diff coverage is 77.02%.

@@            Coverage Diff             @@
##           master     #828      +/-   ##
==========================================
+ Coverage   74.46%   74.61%   +0.14%     
==========================================
  Files         261      263       +2     
  Lines       10268    10399     +131     
  Branches     3636     3690      +54     
==========================================
+ Hits         7646     7759     +113     
- Misses       2309     2317       +8     
- Partials      313      323      +10     
Impacted Files Coverage Δ
src/LinearView/PinchHelper.js 50.00% <50.00%> (ø)
...rComponents/UncontrolledSliderWithPlusMinusBtns.js 70.83% <50.00%> (+17.50%) :arrow_up:
src/LinearView/index.js 86.66% <81.25%> (-5.56%) :arrow_down:
demo/src/EditorDemo/index.js 86.00% <90.00%> (+0.08%) :arrow_up:
demo/src/utils/renderToggle.js 93.10% <100.00%> (+0.12%) :arrow_up:
src/RowItem/index.js 76.83% <100.00%> (ø)
src/withEditorInteractions/isElementInViewport.js 100.00% <100.00%> (ø)
demo/src/index.js 50.00% <0.00%> (+2.94%) :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 0dbf96d...0b38d97. Read the comment docs.

cypress[bot] commented 2 years ago



Test summary

230 0 1 0


Run details

Project openVectorEditor
Status Passed
Commit 3285eb67c0 ℹ️
Started Jun 15, 2022 10:04 PM
Ended Jun 15, 2022 10:16 PM
Duration 11:49 💡
OS Linux Ubuntu - 20.04
Browser Electron 91

View run in Cypress Dashboard ➡️


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

tnrich commented 2 years ago

Nice first PR @djriffle !