jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

Invalid edge for type #70

Closed jfeliu007 closed 4 years ago

jfeliu007 commented 4 years ago

Fixes #49 The alias rendering needed to be at a level above since it was a more global rendering. Not at the level of the package. If you have more than one package this was rendering that many times.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #70   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         469    469           
=====================================
  Hits          469    469
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 fc85942...2fc5e28. Read the comment docs.