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/StepsRecorder.java

Co-authored-by: Ivan Bodrov <[email protected]>
  • Loading branch information
brig and ibodrov authored Dec 4, 2024
1 parent 877857d commit 07417c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class StepsRecorder {
private static final TypeReference<List<StepInfo>> STEPS_TYPE = new TypeReference<>() {
};

private static final String FILE_NAME = "code-coverage/steps.yaml";
private static final String FILE_NAME = "code-coverage-steps.yaml";

private final PersistenceService persistenceService;
private final ObjectMapper objectMapper;
Expand Down

0 comments on commit 07417c2

Please sign in to comment.