nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 106 forks source link

Add MRecord shape #178

Closed breandan closed 3 years ago

breandan commented 4 years ago

https://graphviz.org/doc/info/shapes.html#record

codecov-commenter commented 4 years ago

Codecov Report

Merging #178 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #178   +/-   ##
=========================================
  Coverage     81.63%   81.64%           
  Complexity     1151     1151           
=========================================
  Files           104      104           
  Lines          3605     3606    +1     
  Branches        364      364           
=========================================
+ Hits           2943     2944    +1     
  Misses          461      461           
  Partials        201      201           
Impacted Files Coverage Δ Complexity Δ
.../main/java/guru/nidi/graphviz/attribute/Shape.java 100.00% <100.00%> (ø) 3.00 <0.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 e2c7cf6...11f7671. Read the comment docs.

nidi3 commented 3 years ago

Then, also Record should be added. Records are specially supported with the Records class.