Closed omus closed 3 years ago
Rebased to resolve conflicts
Merging #48 (cc80592) into main (0cdcf2a) will increase coverage by
0.59%
. The diff coverage is70.00%
.
@@ Coverage Diff @@
## main #48 +/- ##
==========================================
+ Coverage 69.10% 69.69% +0.59%
==========================================
Files 4 4
Lines 123 132 +9
==========================================
+ Hits 85 92 +7
- Misses 38 40 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/native_driver.jl | 9.75% <0.00%> (-0.51%) |
:arrow_down: |
src/pod.jl | 95.77% <100.00%> (+0.46%) |
: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 0cdcf2a...cc80592. Read the comment docs.
Adds the Julia worker ID (
myid
) as a label to the Kubernetes worker pod. Mainly this is just for convenience but it should make some debugging easier.