docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

Disable gomod when running fossa #693

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

Go is unable to convert our Gopkg.toml into a go mod so I put GO111MODULE=off

- A picture of a cute animal (not mandatory but encouraged) image

codecov[bot] commented 4 years ago

Codecov Report

Merging #693 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #693   +/-   ##
=======================================
  Coverage   71.78%   71.78%           
=======================================
  Files          56       56           
  Lines        2889     2889           
=======================================
  Hits         2074     2074           
  Misses        551      551           
  Partials      264      264

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 64e685e...8f456a8. Read the comment docs.