Closed irvinlim closed 1 year ago
Base: 64.22% // Head: 64.32% // Increases project coverage by +0.10%
:tada:
Coverage data is based on head (
50161ed
) compared to base (8621be9
). Patch coverage: 96.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Adds
.status.lastExecuted
which represents the latest execution time of a JobConfig.If the Job is in a Queued state, it is not considered to have executed, so the execution time actually refers to the
startTime
for a Job. ThelastExecuted
value thus is the latest out of allstartTime
s.Example test case, using a JobConfig with 3 adhoc Jobs: