Added destFile to set the file to write execution data to
This commit is contained in:
parent
541ed74d9f
commit
951329595b
3 changed files with 22 additions and 3 deletions
|
@ -62,8 +62,8 @@ class JacocoReportOperationTest {
|
|||
assertThat(lines.anyMatch(s ->
|
||||
s.contains("<counter type=\"INSTRUCTION\" missed=\"0\" covered=\"3\"/>"))).isTrue();
|
||||
}
|
||||
|
||||
// deleteOnExit(tempDir.toFile());
|
||||
assertThat(Path.of(html.getPath(), "com.example", "Examples.java.html")).exists();
|
||||
deleteOnExit(tempDir.toFile());
|
||||
}
|
||||
|
||||
JacocoReportOperation newJacocoReportOperation() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue