Skip to content

Commit

Permalink
pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Jul 28, 2023
1 parent c642dc5 commit 07af7fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ public void uploadAndSaveRunInfo() {
runMetrics.setExecutionStatus(getExecutionStatus());
if (getTotalWallClockTimeInISO861Standard() != null) {
runMetrics.setExecutionTime(getTotalWallClockTimeInISO861Standard());
runMetrics.setDateExecuted(workflowStartTime.toInstant().toString());

Check warning on line 490 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#L490

Added line #L490 was not covered by tests
}
runMetrics.setDateExecuted(workflowStartTime.toString());
addDataFromSingleMetric("CpuUtilized");
addDataFromSingleMetric("MemoryUtilized");

Expand Down

0 comments on commit 07af7fd

Please sign in to comment.