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: Enable windows ci #173

Closed erikzenker closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #173 (7382330) into master (f0ee392) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
- Coverage   97.76%   97.76%   -0.01%     
==========================================
  Files          79       79              
  Lines        1118     1117       -1     
==========================================
- Hits         1093     1092       -1     
  Misses         25       25              
Impacted Files Coverage Δ
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 f0ee392...7382330. Read the comment docs.