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

Added basic support of Graphviz output #17

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

d06alexandrov
Copy link
Owner

Preview of Graphviz output support.

Setting flag '-g' makes re2fa to print dfa transitions in the Graphviz format.

@d06alexandrov d06alexandrov added the enhancement New feature or request label Aug 8, 2023
@d06alexandrov
Copy link
Owner Author

Related to the #15.

@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #17 (1027de8) into master (6e4b668) will decrease coverage by 2.45%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   71.95%   69.51%   -2.45%     
==========================================
  Files           7        7              
  Lines        2072     2145      +73     
  Branches      459      485      +26     
==========================================
  Hits         1491     1491              
- Misses        426      499      +73     
  Partials      155      155              
Files Changed Coverage Δ
lib/dfa.c 58.80% <0.00%> (-6.35%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Aug 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@d06alexandrov d06alexandrov merged commit ff7f603 into master Aug 8, 2023
9 of 11 checks passed
@d06alexandrov d06alexandrov deleted the re2fa_gv_support branch August 8, 2023 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant