Closed ryancouto closed 3 years ago
Merging #563 (27e9563) into master (100234d) will increase coverage by
0.07%
. The diff coverage is25.00%
.
@@ Coverage Diff @@
## master #563 +/- ##
==========================================
+ Coverage 55.11% 55.18% +0.07%
==========================================
Files 119 119
Lines 8599 8604 +5
==========================================
+ Hits 4739 4748 +9
+ Misses 3345 3342 -3
+ Partials 515 514 -1
Impacted Files | Coverage Δ | |
---|---|---|
runner/runners/invoke.go | 50.00% <25.00%> (-0.36%) |
:arrow_down: |
cloud/cluster/node.go | 60.86% <0.00%> (+4.34%) |
:arrow_up: |
cloud/cluster/cluster.go | 85.48% <0.00%> (+11.29%) |
: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 100234d...27e9563. Read the comment docs.
This can happen due to external failures. We still have a reference to the log files on the worker instance, and know the exit code of the task. We can just log the error and return that exit code.