arl / statsviz

🚀 Visualise your Go program runtime metrics in real time in the browser
MIT License
3.19k stars 121 forks source link

Embed static assets #55

Closed arl closed 3 years ago

arl commented 3 years ago

Increase the minimum required Go version to go1.16 in order to use go::embed directive on the assets directory. In addition to reducing the number of files in the package, this also greatly simplifies:

Update README indicating the mini go version but note that it is still possible to use statsviz@v0.0.4 if you're stuck with go1.12+.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@104fc63). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage        ?   97.91%           
=======================================
  Files           ?        3           
  Lines           ?       48           
  Branches        ?        0           
=======================================
  Hits            ?       47           
  Misses          ?        1           
  Partials        ?        0           

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 104fc63...cbb0905. Read the comment docs.