Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate Statemachine to have only one component #232

Merged
merged 13 commits into from
Aug 19, 2019

Conversation

rafaelrds
Copy link
Collaborator

Fixes #20
Depends on #231

@rafaelrds rafaelrds force-pushed the rr.feat.validate-statemachine branch from 58df091 to 3b3ed66 Compare August 16, 2019 05:06
@codecov
Copy link

codecov bot commented Aug 16, 2019

Codecov Report

Merging #232 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #232   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            5      5           
  Lines          293    308   +15     
  Branches        38     42    +4     
======================================
+ Hits           293    308   +15
Impacted Files Coverage Δ
statemachine/statemachine.py 100% <100%> (ø) ⬆️

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 a773c3f...31a1771. Read the comment docs.

@rafaelrds rafaelrds force-pushed the rr.feat.validate-statemachine branch from f29b4df to fe19ab5 Compare August 16, 2019 11:26
tests/test_transitions.py Outdated Show resolved Hide resolved
tests/test_transitions.py Outdated Show resolved Hide resolved
@rafaelrds rafaelrds force-pushed the rr.feat.validate-statemachine branch from 9a328bd to ba71c6a Compare August 18, 2019 23:59
Rafael da Silva and others added 4 commits August 18, 2019 21:02
Co-Authored-By: Fernando Macedo <fgmacedo@gmail.com>
Co-Authored-By: Fernando Macedo <fgmacedo@gmail.com>
feat: _disconnected_states now outputs which states are disconnected.
@rafaelrds rafaelrds force-pushed the rr.feat.validate-statemachine branch from 039ce3b to 31a1771 Compare August 19, 2019 00:50
Repository owner deleted a comment from codecov bot Aug 19, 2019
@fgmacedo fgmacedo merged commit 636961d into fgmacedo:develop Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation: Statemachine graph of states/transitions should have only 1 component
2 participants