Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Feb 26, 2024
1 parent 471f5ad commit abc108f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private void executionMetricsPost(List<RunExecution> workflowExecutionsToSubmit,
return;

Check warning on line 227 in metricsaggregator/src/main/java/io/dockstore/metricsaggregator/client/cli/TerraMetricsSubmitter.java

View check run for this annotation

Codecov / codecov/patch

metricsaggregator/src/main/java/io/dockstore/metricsaggregator/client/cli/TerraMetricsSubmitter.java#L227

Added line #L227 was not covered by tests
}
// only count if there was no exception
numberOfExecutionsSubmitted.addAndGet(workflowMetricRecords.size());
numberOfExecutionsSubmitted.addAndGet(workflowExecutionsToSubmit.size());
}

/**
Expand Down

0 comments on commit abc108f

Please sign in to comment.