Made sure the Jacoco exec directory is created. Closes #1
This commit is contained in:
parent
e9e535f5ef
commit
2a4829b31c
2 changed files with 2 additions and 2 deletions
|
@ -211,6 +211,8 @@ public class JacocoReportOperation extends AbstractOperation<JacocoReportOperati
|
|||
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
buildJacocoReportsDir.mkdirs();
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
buildJacocoExecDir.mkdirs();
|
||||
|
||||
var loader = loadExecFiles();
|
||||
var bundle = analyze(loader.getExecutionDataStore());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue