We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba11d49 commit 6dc4bd9Copy full SHA for 6dc4bd9
sdk/pom.xml
@@ -609,6 +609,25 @@
609
</execution>
610
</executions>
611
</plugin>
612
+ <plugin>
613
+ <groupId>org.jacoco</groupId>
614
+ <artifactId>jacoco-maven-plugin</artifactId>
615
+ <version>0.8.13</version>
616
+ <executions>
617
+ <execution>
618
+ <goals>
619
+ <goal>prepare-agent</goal>
620
+ </goals>
621
+ </execution>
622
623
+ <id>report</id>
624
+ <phase>prepare-package</phase>
625
626
+ <goal>report</goal>
627
628
629
+ </executions>
630
+ </plugin>
631
</plugins>
632
</build>
633
</profile>
0 commit comments