Add time taken to the completion message#1374
Merged
Merged
Conversation
ubdbra001
force-pushed
the
i1294-add-elapsed-to-output
branch
from
June 24, 2026 15:06
f171c66 to
10f3261
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1374 +/- ##
==========================================
+ Coverage 84.11% 84.18% +0.06%
==========================================
Files 31 31
Lines 6448 6474 +26
==========================================
+ Hits 5424 5450 +26
Misses 1024 1024 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
|
@SylviaWhittle to check if this works in actual usage. |
8 tasks
ubdbra001
force-pushed
the
i1294-add-elapsed-to-output
branch
from
July 16, 2026 09:08
10f3261 to
630475a
Compare
ubdbra001
force-pushed
the
i1294-add-elapsed-to-output
branch
from
July 16, 2026 14:14
630475a to
812b0a6
Compare
SylviaWhittle
marked this pull request as ready for review
July 23, 2026 13:13
SylviaWhittle
approved these changes
Jul 23, 2026
SylviaWhittle
left a comment
Collaborator
There was a problem hiding this comment.
Tested locally. Works. :)
Thank you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An attempt to resolve #1294
This records the
datetimefor each function inrun_modulesthat later callscompletion_message, and then passes it whencompletion_messageis called to calculate the duration elapsed.It doesn't break any tests but it would be good if someone else could test it on a real run.