Skip to content

Commit c263979

Browse files
Fix a typo
1 parent 4e39330 commit c263979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/instrumentation/maven/maven-3.2.1/src/main/java/datadog/trace/instrumentation/maven3/MavenProjectConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void configureJacoco(
250250
return;
251251
}
252252

253-
if (!runsWithJacoco(session, project)) {
253+
if (runsWithJacoco(session, project)) {
254254
// Jacoco is already configured for this project
255255
return;
256256
}

0 commit comments

Comments
 (0)