Skip to content

Commit a64c16a

Browse files
committed
disable coverage checks for dataenum-integrration-test
1 parent fc04bdb commit a64c16a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

dataenum-integration-test/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,22 @@
7777
</plugin>
7878
</plugins>
7979
</build>
80+
81+
<profiles>
82+
<profile>
83+
<id>coverage</id>
84+
<build>
85+
<plugins>
86+
<plugin>
87+
<groupId>org.jacoco</groupId>
88+
<artifactId>jacoco-maven-plugin</artifactId>
89+
<!-- no need to check coverage for this artifact -->
90+
<configuration>
91+
<skip>true</skip>
92+
</configuration>
93+
</plugin>
94+
</plugins>
95+
</build>
96+
</profile>
97+
</profiles>
8098
</project>

0 commit comments

Comments
 (0)