vividus icon indicating copy to clipboard operation
vividus copied to clipboard

[plugin-mobile-app] Add touch action construction step

Open dtargons opened this issue 4 years ago • 1 comments

dtargons avatar Sep 21 '21 19:09 dtargons

Codecov Report

Merging #1987 (8f82e45) into master (8c59640) will decrease coverage by 0.03%. The diff coverage is 91.95%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1987      +/-   ##
============================================
- Coverage     96.27%   96.24%   -0.04%     
- Complexity     5341     5359      +18     
============================================
  Files           758      764       +6     
  Lines         15319    15402      +83     
  Branches       1026     1030       +4     
============================================
+ Hits          14748    14823      +75     
- Misses          443      449       +6     
- Partials        128      130       +2     
Impacted Files Coverage Δ
.../java/org/vividus/converter/ui/PointConverter.java 100.00% <ø> (ø)
...ava/org/vividus/steps/ui/model/SequenceAction.java 100.00% <ø> (ø)
...ter/ParametersToMobileSequenceActionConverter.java 0.00% <0.00%> (ø)
...ui/web/ParametersToWebSequenceActionConverter.java 0.00% <0.00%> (ø)
...ain/java/org/vividus/steps/ui/web/ActionSteps.java 100.00% <ø> (ø)
...s/mobileapp/action/PositionCachingTouchAction.java 90.00% <90.00%> (ø)
.../java/org/vividus/mobileapp/steps/ActionSteps.java 95.45% <95.45%> (ø)
...dus/mobileapp/action/MobileSequenceActionType.java 97.67% <97.67%> (ø)
...i/AbstractParametersToSequenceActionConverter.java 93.33% <100.00%> (ø)
...vidus/mobileapp/action/RetrievablePointOption.java 100.00% <100.00%> (ø)
... and 152 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 8c59640...8f82e45. Read the comment docs.

codecov[bot] avatar Sep 22 '21 08:09 codecov[bot]

superseded by #3205

ikalinin1 avatar Sep 27 '22 14:09 ikalinin1