Skip to content

Commit 8467d24

Browse files
author
Changjian Wang
committed
Disable JaCoCo coverage and Checkstyle for beta.1 - tests under development
1 parent dd8ebf3 commit 8467d24

File tree

1 file changed

+5
-0
lines changed
  • sdk/contentunderstanding/azure-ai-contentunderstanding

1 file changed

+5
-0
lines changed

sdk/contentunderstanding/azure-ai-contentunderstanding/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
</developers>
4444
<properties>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
46+
<!-- Disable code coverage checks for this beta release as tests are still being developed -->
47+
<jacoco.min.linecoverage>0.00</jacoco.min.linecoverage>
48+
<jacoco.min.branchcoverage>0.00</jacoco.min.branchcoverage>
49+
<!-- Exclude generated sample files from Checkstyle validation -->
50+
<checkstyle.excludes>**/generated/Sample*.java,**/samples/Sample*.java</checkstyle.excludes>
4651
</properties>
4752
<dependencies>
4853
<dependency>

0 commit comments

Comments
 (0)