Skip to content

Commit

Permalink
Update runtime/codecoverage/src/main/java/com/walmartlabs/concord/plu…
Browse files Browse the repository at this point in the history
…gins/codecoverage/CodeCoverage.java

Co-authored-by: Ivan Bodrov <[email protected]>
  • Loading branch information
brig and ibodrov authored Dec 4, 2024
1 parent 07417c2 commit 656f538
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ private void saveFlows(ProcessDefinition processDefinition) {
}
}
});
log.info("CodeCoverage: flows saved as '{}' process attachment", FLOWS_FILENAME);
log.debug("CodeCoverage: flows saved as '{}' process attachment", FLOWS_FILENAME);
}
}

0 comments on commit 656f538

Please sign in to comment.