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

feat: Add bool return trype to process event #172

Closed erikzenker closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #172 (5c78881) into master (fe5461d) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   97.75%   97.74%   -0.01%     
==========================================
  Files          78       78              
  Lines        1114     1111       -3     
==========================================
- Hits         1089     1086       -3     
  Misses         25       25              
Impacted Files Coverage Δ
test/integration/unexpected_event_handler.cpp 100.00% <ø> (ø)
include/hsm/details/sm.h 100.00% <100.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 fe5461d...5c78881. Read the comment docs.