Skip to content

Commit 834912b

Browse files
author
Changjian Wang
committed
Rename Sample files to match Surefire convention and update class declarations
1 parent e2af7aa commit 834912b

31 files changed

+20
-487
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@
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</jacoco.min.linecoverage>
48-
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
46+
<jacoco.min.linecoverage>0.40</jacoco.min.linecoverage>
47+
<jacoco.min.branchcoverage>0.30</jacoco.min.branchcoverage>
4948
<!-- Exclude generated sample files from Checkstyle validation -->
50-
<checkstyle.excludes>**/generated/Sample*.java,**/samples/Sample*.java</checkstyle.excludes>
49+
<checkstyle.excludes>**/generated/Sample*Test.java,**/samples/Sample*.java</checkstyle.excludes>
5150
</properties>
5251
<dependencies>
5352
<dependency>

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/AnalyzeFileTests.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/AnalyzeURLTests.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/CopyAnalyzerTests.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/CreateOrReplaceAnalyzerTests.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/DeleteAnalyzerResultTests.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/DeleteAnalyzerTests.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/GetAnalysisResultFileTests.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/GetAnalyzerTests.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/GetDefaultsTests.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)