Skip to content

Commit

Permalink
Lower branch coverage threshold for Identity (#7433)
Browse files Browse the repository at this point in the history
check-enforcer did not complete the evaluation. @mitchdenny is going to disable it for now.
  • Loading branch information
srnagar authored Jan 15, 2020
1 parent 5b62f09 commit d68f40b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/identity/azure-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<description>This module contains client library for Microsoft Azure Identity.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<properties>
<jacoco.min.branchcoverage>0.28</jacoco.min.branchcoverage>
</properties>

<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
Expand Down

0 comments on commit d68f40b

Please sign in to comment.