jfeliu007 / goplantuml

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

Function parameters are not correctly rendered #77

Closed jfeliu007 closed 4 years ago

jfeliu007 commented 4 years ago

Fixes #76 Unnamed parameters were not considered when adding parameters to a Function struct.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #77   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         535    542    +7     
=====================================
+ Hits          535    542    +7
Impacted Files Coverage Δ
parser/function.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 864d0b9...a7d1696. Read the comment docs.