steward icon indicating copy to clipboard operation
steward copied to clipboard

test(k8s): add tests for the k8s package

Open arschles opened this issue 8 years ago • 1 comments

to improve coverage to 43.8%:

ENG000656:steward aaronschlesinger$ go test -cover ./k8s
ok      github.com/deis/steward/k8s 0.068s  coverage: 43.8% of statements

arschles avatar Oct 13 '16 22:10 arschles

Current coverage is 51.53% (diff: 100%)

Merging #237 into master will increase coverage by 5.93%

@@             master       #237   diff @@
==========================================
  Files            65         65          
  Lines          1467       1467          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            669        756    +87   
+ Misses          716        622    -94   
- Partials         82         89     +7   

Powered by Codecov. Last update db38b7f...d784078

codecov-io avatar Oct 13 '16 22:10 codecov-io