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

Initial hash code identifier support #27 #29

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

We use a SHA-256 hash based on the binary object stream of serializables. We provide two difference classes for SutStates and Actions which can get more properties in the future.

codecov-io commented 5 years ago

Codecov Report

Merging #29 into master will decrease coverage by 1.51%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   98.96%   97.45%   -1.52%     
==========================================
  Files          11       14       +3     
  Lines          97      118      +21     
  Branches        9       13       +4     
==========================================
+ Hits           96      115      +19     
- Misses          1        3       +2
Impacted Files Coverage Δ
...chine/api/impl/serialization/GraphActionEdge.scala 100% <ø> (ø) :arrow_up:
...hine/api/impl/serialization/GraphicsProvider.scala 66.66% <0%> (ø) :arrow_up:
...etest/guistatemachine/api/SutStateIdentifier.scala 100% <100%> (ø)
...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:
.../retest/guistatemachine/api/ActionIdentifier.scala 100% <100%> (ø)
...pl/serialization/GuiStateMachinGMLSerializer.scala 100% <100%> (ø) :arrow_up:
...de/retest/guistatemachine/api/HashIdentifier.scala 86.66% <86.66%> (ø)
... and 3 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 6047cc2...11c4112. Read the comment docs.