beacon-biosignals / K8sClusterManagers.jl

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

Drop unused `self_pod` function #35

Closed omus closed 3 years ago

omus commented 3 years ago

TODO:

codecov-commenter commented 3 years ago

Codecov Report

Merging #35 (5265317) into main (33ccd50) will decrease coverage by 0.52%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   35.77%   35.24%   -0.53%     
==========================================
  Files           4        4              
  Lines         123      122       -1     
==========================================
- Hits           44       43       -1     
  Misses         79       79              
Impacted Files Coverage Δ
src/pod.jl 50.00% <ø> (-1.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 33ccd50...5265317. Read the comment docs.

omus commented 3 years ago

Note that get_pod is being tested through some other code at the moment. As I'm planning on removing Kuber.jl in #34 it doesn't seem worth the effort to add more tests here that will just be removed.