Added more logging

This commit is contained in:
Erik C. Thauvin 2023-08-12 00:59:54 -07:00
parent 951329595b
commit 31b7967390
3 changed files with 12 additions and 2 deletions

View file

@ -63,6 +63,7 @@ class JacocoReportOperationTest {
s.contains("<counter type=\"INSTRUCTION\" missed=\"0\" covered=\"3\"/>"))).isTrue();
}
assertThat(Path.of(html.getPath(), "com.example", "Examples.java.html")).exists();
deleteOnExit(tempDir.toFile());
}