Closed alysivji closed 3 years ago
Merging #25 (412e666) into master (38c7e06) will increase coverage by
0.09%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #25 +/- ##
==========================================
+ Coverage 96.10% 96.20% +0.09%
==========================================
Files 7 7
Lines 154 158 +4
==========================================
+ Hits 148 152 +4
Misses 6 6
Impacted Files | Coverage Δ | |
---|---|---|
finite_state_machine/state_machine.py | 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 38c7e06...412e666. Read the comment docs.
Closes #7.
Building off the work in #24 which added support for
IntEnum
, this PR adds support for regularEnum
s.