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

Generate state machine diagram in Mermaid Markdown #12

Merged
merged 9 commits into from
Sep 8, 2020

Conversation

alysivji
Copy link
Owner

@alysivji alysivji commented Sep 8, 2020

Closes #4

Added a fsm_draw_state_machine command line script that takes in a workflow that inherits from StateMachine and generates a state diagram.

@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2020

Codecov Report

Merging #12 into master will decrease coverage by 5.04%.
The diff coverage is 85.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #12      +/-   ##
===========================================
- Coverage   100.00%   94.95%   -5.05%     
===========================================
  Files            5        6       +1     
  Lines           78      119      +41     
===========================================
+ Hits            78      113      +35     
- Misses           0        6       +6     
Impacted Files Coverage Δ
finite_state_machine/draw_state_diagram.py 81.81% <81.81%> (ø)
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 454940f...166026f. Read the comment docs.

@alysivji alysivji merged commit 69e817a into master Sep 8, 2020
@alysivji alysivji deleted the mermaid-markdown branch September 8, 2020 23:53
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.

Generate visualization
2 participants