jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.78k stars 167 forks source link

Enhancement: Additional CLI options to control rendered output -label-edges #73

Closed jfeliu007 closed 4 years ago

jfeliu007 commented 4 years ago

Fixes #58 In implementing this, I decided to use the -show-connection-labels for consistency with other flags. I also realized that the SetRenderingOptions what going to be a problem for testing so I changed its parameter to be a map[RenderingOption] bool where the RenderingOption is no more than an int for which we have provided a set of constants. I also updated the Readme and the class diagram to reflect this new options.

codecov[bot] commented 4 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #73   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         496    526   +30     
=====================================
+ Hits          496    526   +30
Impacted Files Coverage Δ
parser/class_parser.go 100% <100%> (ø) :arrow_up:

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 625bce6...d8f1722. Read the comment docs.