Closed isaacsanders closed 4 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
lib/quantum/executor.ex | 1 | 96.55% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 7d97024030b1b0b6872e54707932df5691fc9a45: | -0.1% |
Covered Lines: | 296 |
Relevant Lines: | 338 |
Thanks @isaacsanders ❤️
I think it would be better to log that an exception was thrown instead of the yielded result.
Right now, a value is not always returned, as exits, exceptions, and thrown values are not handled inside the task.
This ensures a value is always returned.