Closed kmazurek closed 4 years ago
Merging #5137 into b0.23 will increase coverage by
0.03%
. The diff coverage is90.9%
.
@@ Coverage Diff @@
## b0.23 #5137 +/- ##
=========================================
+ Coverage 89.9% 89.94% +0.03%
=========================================
Files 238 238
Lines 22438 22443 +5
=========================================
+ Hits 20174 20186 +12
+ Misses 2264 2257 -7
Resolves: https://github.com/golemfactory/golem/issues/5012
When task creation fails due to insufficient funds, the task's state is now set to errorCreating. This commit also changes that state to be considered final.