beacon-biosignals / K8sClusterManagers.jl

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

Support interrupting workers #49

Closed omus closed 3 years ago

omus commented 3 years ago

The K8sClusterManager now handles the process interruption.

omus commented 3 years ago

Coverage of "native_driver.jl" is expected to be worse.

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (7004e7d) into main (6cf9e26) will decrease coverage by 1.88%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   69.69%   67.80%   -1.89%     
==========================================
  Files           4        4              
  Lines         132      146      +14     
==========================================
+ Hits           92       99       +7     
- Misses         40       47       +7     
Impacted Files Coverage Δ
src/native_driver.jl 8.33% <0.00%> (-1.43%) :arrow_down:
src/pod.jl 96.15% <100.00%> (+0.37%) :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 6cf9e26...7004e7d. Read the comment docs.