projectcontour / contour-operator

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

Fix example test namespace deletion #441

Closed sunjayBhatia closed 3 years ago

sunjayBhatia commented 3 years ago

use e2e package delete function that stops waiting once namespace is terminating

codecov[bot] commented 3 years ago

Codecov Report

Merging #441 (827a73c) into main (c868e32) will increase coverage by 0.13%. The diff coverage is n/a.

:exclamation: Current head 827a73c differs from pull request most recent head 0d5a24e. Consider uploading reports for the commit 0d5a24e to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #441      +/-   ##
==========================================
+ Coverage   77.05%   77.18%   +0.13%     
==========================================
  Files          29       29              
  Lines        2231     2231              
==========================================
+ Hits         1719     1722       +3     
+ Misses        375      373       -2     
+ Partials      137      136       -1     
Impacted Files Coverage Δ
internal/status/status.go 64.86% <0.00%> (+8.10%) :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 c868e32...0d5a24e. Read the comment docs.

sunjayBhatia commented 3 years ago

going to force merge to hopefully fix CI issues over the weekend