Closed omus closed 3 years ago
Merging #43 (e547264) into main (bc11e63) will decrease coverage by
10.78%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #43 +/- ##
===========================================
- Coverage 51.82% 41.04% -10.79%
===========================================
Files 4 4
Lines 137 134 -3
===========================================
- Hits 71 55 -16
- Misses 66 79 +13
Impacted Files | Coverage Δ | |
---|---|---|
src/K8sClusterManagers.jl | 66.66% <0.00%> (-33.34%) |
:arrow_down: |
src/pod.jl | 72.34% <0.00%> (-25.62%) |
: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 bc11e63...e547264. Read the comment docs.
I'm pretty sure that Codecov didn't update it's report. If I'm wrong about the code coverage I'll fix it later.
Refactor cluster tests to allow for better re-use. This should make it easier to add additional tests.
Was originally part of: #41