projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Linter fix for unused code #425

Closed sunjayBhatia closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #425 (a306fd9) into main (d094fc6) will decrease coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #425      +/-   ##
==========================================
- Coverage   76.57%   76.32%   -0.25%     
==========================================
  Files          29       29              
  Lines        2228     2222       -6     
==========================================
- Hits         1706     1696      -10     
  Misses        386      386              
- Partials      136      140       +4     
Impacted Files Coverage Δ
internal/operator/operator.go 48.27% <ø> (+4.52%) :arrow_up:
internal/controller/controller.go 65.57% <0.00%> (-6.56%) :arrow_down:
internal/status/status.go 51.35% <0.00%> (-5.41%) :arrow_down:

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 d094fc6...a306fd9. Read the comment docs.

sunjayBhatia commented 3 years ago

related: https://github.com/projectcontour/contour-operator/issues/426

sunjayBhatia commented 3 years ago

used admin powers to fix this