Skip to content

Commit c978c8d

Browse files
build: roll back jacoco
1 parent bc7d4f1 commit c978c8d

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<module>webtau-dist</module>
137137
<module>webtau-cli-testing</module>
138138
<module>webtau-docs</module>
139-
<!-- <module>webtau-jacoco-coverage</module>-->
139+
<module>webtau-jacoco-coverage</module>
140140
</modules>
141141

142142
<properties>
@@ -862,26 +862,26 @@
862862
</build>
863863
</profile>
864864

865-
<!-- <profile>-->
866-
<!-- &lt;!&ndash; Recording code coverage slows down tests, so only do this when -P code-coverage is explicitly passed to Maven &ndash;&gt;-->
867-
<!-- <id>code-coverage</id>-->
868-
<!-- <build>-->
869-
<!-- <plugins>-->
870-
<!-- <plugin>-->
871-
<!-- <groupId>org.jacoco</groupId>-->
872-
<!-- <artifactId>jacoco-maven-plugin</artifactId>-->
873-
<!-- <version>${jacoco.version}</version>-->
874-
<!-- <executions>-->
875-
<!-- <execution>-->
876-
<!-- <goals>-->
877-
<!-- <goal>prepare-agent</goal>-->
878-
<!-- </goals>-->
879-
<!-- </execution>-->
880-
<!-- </executions>-->
881-
<!-- </plugin>-->
882-
<!-- </plugins>-->
883-
<!-- </build>-->
884-
<!-- </profile>-->
865+
<profile>
866+
<!-- Recording code coverage slows down tests, so only do this when -P code-coverage is explicitly passed to Maven -->
867+
<id>code-coverage</id>
868+
<build>
869+
<plugins>
870+
<plugin>
871+
<groupId>org.jacoco</groupId>
872+
<artifactId>jacoco-maven-plugin</artifactId>
873+
<version>${jacoco.version}</version>
874+
<executions>
875+
<execution>
876+
<goals>
877+
<goal>prepare-agent</goal>
878+
</goals>
879+
</execution>
880+
</executions>
881+
</plugin>
882+
</plugins>
883+
</build>
884+
</profile>
885885

886886
<profile>
887887
<id>release</id>

0 commit comments

Comments
 (0)