alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
111 stars 12 forks source link

Bump version to 0.5.0 #26

Closed alysivji closed 3 years ago

alysivji commented 3 years ago

Getting ready for the release

codecov-io commented 3 years ago

Codecov Report

Merging #26 (20d5a47) into master (49c61da) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   96.20%   96.20%           
=======================================
  Files           7        7           
  Lines         158      158           
=======================================
  Hits          152      152           
  Misses          6        6           
Impacted Files Coverage Δ
finite_state_machine/__init__.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 49c61da...20d5a47. Read the comment docs.