pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.49k stars 525 forks source link

GraphMachine and MarkupMachine should update when transitions are removed. #601

Closed aleneum closed 1 year ago

aleneum commented 1 year ago

See #600 for details.

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.25% // Head: 98.25% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (5c89a24) compared to base (d771d40). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #601 +/- ## ======================================= Coverage 98.25% 98.25% ======================================= Files 13 13 Lines 2573 2580 +7 ======================================= + Hits 2528 2535 +7 Misses 45 45 ``` | [Impacted Files](https://codecov.io/gh/pytransitions/transitions/pull/601?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [transitions/extensions/diagrams.py](https://codecov.io/gh/pytransitions/transitions/pull/601/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9kaWFncmFtcy5weQ==) | `98.11% <100.00%> (+0.07%)` | :arrow_up: | | [transitions/extensions/markup.py](https://codecov.io/gh/pytransitions/transitions/pull/601/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9tYXJrdXAucHk=) | `99.35% <100.00%> (+0.01%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.