jfeliu007 / goplantuml

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

fixes #61 #100

Closed jfeliu007 closed 4 years ago

jfeliu007 commented 4 years ago

Added a sorting algorithm prior to processing files to make sure the files are processed in a specific order.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #100   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          599       604    +5     
=========================================
+ Hits           599       604    +5     
Impacted Files Coverage Δ
parser/class_parser.go 100.00% <100.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 48c20bb...1bfb3cd. Read the comment docs.