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: Make internal transition recognition compile time #159

Closed erikzenker closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #159 (178cb71) into master (e02b126) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
+ Coverage   97.67%   97.71%   +0.04%     
==========================================
  Files          75       76       +1     
  Lines        1074     1093      +19     
==========================================
+ Hits         1049     1068      +19     
  Misses         25       25              
Impacted Files Coverage Δ
include/hsm/details/fill_dispatch_table.h 100.00% <ø> (ø)
include/hsm/details/transition.h 100.00% <ø> (ø)
include/hsm/details/dispatch_table.h 100.00% <100.00%> (ø)
test/integration/guards_actions.cpp 100.00% <100.00%> (ø)
test/unit/transition_tests.cpp 100.00% <100.00%> (ø)
test/integration/anonymous_transition.cpp 100.00% <0.00%> (ø)

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 e02b126...178cb71. Read the comment docs.