retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Feature/unexplored actions #36

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

Store a counter for unexplored actions which is set when creating a state. The alternative to the unexplored action flag is that this artefact knows the type ActionType from Surili which is not deployed yet.

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   98.03%   98.16%   +0.12%     
==========================================
  Files          14       14              
  Lines         102      109       +7     
  Branches       12       11       -1     
==========================================
+ Hits          100      107       +7     
  Misses          2        2
Impacted Files Coverage Δ
...guistatemachine/api/impl/GuiStateMachineImpl.scala 100% <100%> (ø) :arrow_up:
...de/retest/guistatemachine/api/impl/StateImpl.scala 100% <100%> (ø) :arrow_up:
...e/retest/guistatemachine/api/GuiStateMachine.scala 100% <100%> (ø) :arrow_up:
...in/scala/de/retest/guistatemachine/api/State.scala 100% <100%> (ø) :arrow_up:
...pl/serialization/GuiStateMachinGMLSerializer.scala 100% <100%> (ø) :arrow_up:
...hine/api/impl/serialization/GraphicsProvider.scala 66.66% <100%> (ø) :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 474a259...beac4f0. Read the comment docs.