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: Return false when process event guard fails #174

Closed erikzenker closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #174 (f98c0cd) into master (fbea52e) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   97.74%   97.76%   +0.01%     
==========================================
  Files          78       79       +1     
  Lines        1111     1118       +7     
==========================================
+ Hits         1086     1093       +7     
  Misses         25       25              
Impacted Files Coverage Δ
test/integration/unexpected_event_handler.cpp 100.00% <ø> (ø)
include/hsm/details/sm.h 100.00% <100.00%> (ø)
test/integration/process_event_return_bool.cpp 100.00% <100.00%> (ø)
include/hsm/details/variant_queue.h 81.81% <0.00%> (-2.80%) :arrow_down:

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 fbea52e...f98c0cd. Read the comment docs.