looplab / fsm

Finite State Machine for Go
Apache License 2.0
2.86k stars 312 forks source link

Highlight current state in Graphviz visualizer #84

Closed baw-benji closed 2 years ago

baw-benji commented 2 years ago

This PR changes the current Graphviz visualizer in the following way:

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.08%) to 93.573% when pulling f5c8c9de2506b9a3f9620f2e9379c8bd34e780ec on baw-benji:graphviz into 0b86adf5b01f0dbf1861141ea62554aaa8fc7440 on looplab:main.

baw-benji commented 2 years ago

Coverage Status

Coverage decreased (-0.08%) to 93.59% when pulling 590c2c5 on baw-benji:graphviz into 72af45e on looplab:main.

All relevant lines of code are covered in graphviz_visualizer.go. What can I test more?

maxekman commented 2 years ago

👍