erikzenker / hsm

Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml libraries, but tries to reduce own complex meta programming code to a minimum.
MIT License
187 stars 18 forks source link

fix: internal transition is not overwritten by parent internal transi… #160

Closed erikzenker closed 3 years ago

erikzenker commented 3 years ago

…tion

codecov-commenter commented 3 years ago

Codecov Report

Merging #160 (20a8c2b) into master (8f24199) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files          76       76           
  Lines        1093     1093           
=======================================
  Hits         1068     1068           
  Misses         25       25           
Impacted Files Coverage Δ
include/hsm/details/fill_dispatch_table.h 100.00% <ø> (ø)
...de/hsm/details/flatten_internal_transition_table.h 100.00% <ø> (ø)
test/integration/internal_transition.cpp 89.74% <0.00%> (-2.37%) :arrow_down:
include/hsm/details/traits.h 100.00% <0.00%> (+12.50%) :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 8f24199...20a8c2b. Read the comment docs.