beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

Add cluster test utilities #43

Closed omus closed 3 years ago

omus commented 3 years ago

Refactor cluster tests to allow for better re-use. This should make it easier to add additional tests.

Was originally part of: #41

codecov-commenter commented 3 years ago

Codecov Report

Merging #43 (e547264) into main (bc11e63) will decrease coverage by 10.78%. The diff coverage is n/a.

Impacted file tree graph

@@             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.

omus commented 3 years ago

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.