Skip to content

Commit

Permalink
Skip coverage requirements for azure-core-test (#36254)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar authored Aug 5, 2023
1 parent 67df692 commit 0e7e5a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/core/azure-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
com.azure.core.models,com.azure.core.http,com.azure.core.http.policy,com.azure.core.http.rest,com.azure.core.exception,com.azure.core.cryptography,
com.azure.core.credential,com.azure.core.client.traits,com.azure.core.annotation</javadoc.excludePackageNames>
<surefireXmx>4g</surefireXmx>

<!-- skipping test coverage requirements for azure-core-test as this is a utility library for testing -->
<jacoco.skip>true</jacoco.skip>

</properties>

<dependencies>
Expand Down

0 comments on commit 0e7e5a9

Please sign in to comment.