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

Add option to render diagrams after generation #209

Merged
merged 5 commits into from
Nov 13, 2023

Conversation

bkryza
Copy link
Owner

@bkryza bkryza commented Nov 13, 2023

Fixes #204

@codecov-commenter
Copy link

Codecov Report

Merging #209 (146c79a) into master (429e1c4) will decrease coverage by 0.29%.
The diff coverage is 28.15%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
- Coverage   87.03%   86.74%   -0.29%     
==========================================
  Files         119      119              
  Lines       12950    13030      +80     
==========================================
+ Hits        11271    11303      +32     
- Misses       1679     1727      +48     
Files Coverage Δ
src/common/generators/generators.h 96.07% <ø> (ø)
src/common/generators/plantuml/generator.h 87.39% <100.00%> (ø)
src/common/model/diagram_filter.cc 90.08% <100.00%> (ø)
src/common/types.h 89.55% <ø> (ø)
src/config/config.h 100.00% <ø> (ø)
src/config/option.h 100.00% <ø> (+2.77%) ⬆️
...m/generators/mermaid/sequence_diagram_generator.cc 95.86% <100.00%> (ø)
src/util/util.h 97.87% <ø> (ø)
src/config/yaml_decoders.cc 87.54% <90.90%> (+0.02%) ⬆️
src/config/config.cc 83.70% <60.00%> (-0.54%) ⬇️
... and 4 more

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@bkryza bkryza merged commit f3a0d98 into master Nov 13, 2023
1 check passed
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.

Add option to automatically render diagram using PlantUML or MermaidJS after its generated
2 participants