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

Remove unused exported functions/variables #696

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

Removed some unused code

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #696 into master will increase coverage by 0.23%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #696      +/-   ##
==========================================
+ Coverage   71.65%   71.88%   +0.23%     
==========================================
  Files          56       56              
  Lines        2889     2885       -4     
==========================================
+ Hits         2070     2074       +4     
+ Misses        554      547       -7     
+ Partials      265      264       -1
Impacted Files Coverage Δ
types/types.go 87.5% <ø> (+2.24%) :arrow_up:
internal/names.go 100% <ø> (ø) :arrow_up:
types/parameters/parameters.go 92.06% <0%> (+6.34%) :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 8f1a594...741d50f. Read the comment docs.