Skip to content

Commit

Permalink
set dateExecuted
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Jul 27, 2023
1 parent d82c92b commit c642dc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ public void uploadAndSaveRunInfo() {
if (getTotalWallClockTimeInISO861Standard() != null) {
runMetrics.setExecutionTime(getTotalWallClockTimeInISO861Standard());
}
runMetrics.setDateExecuted(workflowStartTime.toString());

Check warning on line 491 in tooltester/src/main/java/io/dockstore/tooltester/runWorkflow/WorkflowRunner.java

View check run for this annotation

Codecov / codecov/patch

tooltester/src/main/java/io/dockstore/tooltester/runWorkflow/WorkflowRunner.java#L491

Added line #L491 was not covered by tests
addDataFromSingleMetric("CpuUtilized");
addDataFromSingleMetric("MemoryUtilized");

Expand Down

0 comments on commit c642dc5

Please sign in to comment.