File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
862862 </build >
863863 </profile >
864864
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> -- >
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 >
You can’t perform that action at this time.
0 commit comments