Skip to content

Commit 420cb89

Browse files
author
Changjian Wang
committed
Fix JaCoCo coverage values: use 0 instead of 0.00
1 parent 8467d24 commit 420cb89

File tree

1 file changed

+2
-2
lines changed
  • sdk/contentunderstanding/azure-ai-contentunderstanding

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<properties>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<!-- 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>
47+
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
48+
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
4949
<!-- Exclude generated sample files from Checkstyle validation -->
5050
<checkstyle.excludes>**/generated/Sample*.java,**/samples/Sample*.java</checkstyle.excludes>
5151
</properties>

0 commit comments

Comments
 (0)