Skip to content

Commit

Permalink
Made sure the Jacoco exec directory is created. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Sep 29, 2023
1 parent e9e535f commit 2a4829b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/main/java/rife/bld/extension/JacocoReportOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ public void execute() throws IOException {

//noinspection ResultOfMethodCallIgnored
buildJacocoReportsDir.mkdirs();
//noinspection ResultOfMethodCallIgnored
buildJacocoExecDir.mkdirs();

var loader = loadExecFiles();
var bundle = analyze(loader.getExecutionDataStore());
Expand Down

0 comments on commit 2a4829b

Please sign in to comment.