Skip to content

Commit b2a3869

Browse files
whisper6284Adrian Tang
andauthored
Remove certain blocks from Azure Communication Services Phone Numbers pom.xml to try to get code coverage set up. (Azure#35847)
* Changes for SMS 1.1.2 -> 1.1.3 * Remove redundant code to set up code coverage. --------- Co-authored-by: Adrian Tang <[email protected]>
1 parent 9d58bfb commit b2a3869

File tree

1 file changed

+0
-21
lines changed
  • sdk/communication/azure-communication-phonenumbers

1 file changed

+0
-21
lines changed

sdk/communication/azure-communication-phonenumbers/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<test.dir>src/test</test.dir>
5252
<jacoco.min.linecoverage>0.68</jacoco.min.linecoverage>
5353
<jacoco.min.branchcoverage>0.66</jacoco.min.branchcoverage>
54-
<jacoco.skip>false</jacoco.skip>
5554
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
5655
<javaModulesSurefireArgLine>
5756
--add-opens com.azure.communication.phonenumbers/com.azure.communication.phonenumbers=ALL-UNNAMED
@@ -127,26 +126,6 @@
127126

128127
<build>
129128
<plugins>
130-
<plugin>
131-
<groupId>org.jacoco</groupId>
132-
<artifactId>jacoco-maven-plugin</artifactId>
133-
<version>0.8.9</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
134-
<configuration>
135-
<includes>
136-
<include>com/azure/communication/phonenumbers/*.class</include>
137-
<include>com/azure/communication/phonenumbers/siprouting/*.class</include>
138-
</includes>
139-
</configuration>
140-
<executions>
141-
<execution>
142-
<id>coverage-report</id>
143-
<phase>verify</phase>
144-
<goals>
145-
<goal>report</goal>
146-
</goals>
147-
</execution>
148-
</executions>
149-
</plugin>
150129
<plugin>
151130
<groupId>org.apache.maven.plugins</groupId>
152131
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)