Skip to content

Commit 9a8eaa9

Browse files
author
David Haxton
committed
let this test actually fail the CI
1 parent 4bf9408 commit 9a8eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/io/bazel/rulesscala/coverage/instrumenter/JacocoInstrumenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private void processArg(Instrumenter jacoco, String arg) throws Exception {
7272
});
7373

7474
Files.write(
75-
outFS.getPath("-paths-for-coverage.txt"),
75+
outFS.getPath("-paths-for-blah.txt"),
7676
srcs.replace(",", "\n").getBytes(java.nio.charset.StandardCharsets.UTF_8)
7777
);
7878
}

0 commit comments

Comments
 (0)