We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770c675 commit 35237c4Copy full SHA for 35237c4
1 file changed
src/main/java/com/code_intelligence/jazzer/junit/Utils.java
@@ -222,7 +222,8 @@ public FileVisitResult preVisitDirectory(
222
}
223
224
private static final Pattern COVERAGE_AGENT_ARG =
225
- Pattern.compile("-javaagent:.*(?:intellij-coverage-agent|jacoco).*");
+ Pattern.compile(
226
+ "-javaagent:.*(?:intellij-coverage-agent|intellij\\.platform\\.coverage\\.agent|jacoco).*");
227
228
private static boolean isCoverageAgentPresent() {
229
return ManagementFactory.getRuntimeMXBean().getInputArguments().stream()
0 commit comments