jfeliu007 / goplantuml

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

Build goplantuml with a github action #114

Closed jermon closed 2 years ago

jermon commented 3 years ago

This pull request adds a GitHub action script. It also adds a go.mod file required by the standard GitHub Action. OBS. raises the minimum go version to 1.15

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 (496c4d4) into master (e70c9fa) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #114   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          516       516           
=========================================
  Hits           516       516           

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 e70c9fa...496c4d4. Read the comment docs.

jfeliu007 commented 2 years ago

This was done with a recent update. Sorry for not including your update but I wanted to have a couple of more things done with the Github action.