Closed omus closed 3 years ago
Merging #47 (8054462) into main (6d8f969) will increase coverage by
16.24%
. The diff coverage is40.00%
.
@@ Coverage Diff @@
## main #47 +/- ##
===========================================
+ Coverage 52.85% 69.10% +16.24%
===========================================
Files 4 4
Lines 140 123 -17
===========================================
+ Hits 74 85 +11
+ Misses 66 38 -28
Impacted Files | Coverage Δ | |
---|---|---|
src/native_driver.jl | 10.25% <0.00%> (+5.77%) |
:arrow_up: |
src/pod.jl | 95.31% <90.90%> (-0.92%) |
: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 6d8f969...8054462. Read the comment docs.
Since we've removed Kuber.jl we no longer need to have special logic to handle API throttling exceptions. This overall has allowed the
Distributed.launch
method to be much cleaner.Also, I fixed an issue with the reporting in the "test-multi-addprocs" test.