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 8467d24 commit 420cb89Copy full SHA for 420cb89
sdk/contentunderstanding/azure-ai-contentunderstanding/pom.xml
@@ -44,8 +44,8 @@
44
<properties>
45
<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>
+ <jacoco.min.linecoverage>0</jacoco.min.linecoverage>
+ <jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
49
<!-- Exclude generated sample files from Checkstyle validation -->
50
<checkstyle.excludes>**/generated/Sample*.java,**/samples/Sample*.java</checkstyle.excludes>
51
</properties>
0 commit comments