Skip to content

Commit

Permalink
Exclude Cosmos shaded code from coverage report (#10701)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored May 5, 2020
1 parent af93aa6 commit d405bca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@
</goals>
<configuration>
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
<excludes>
<exclude>**/com/azure/cosmos/implementation/apachecommons/**/*</exclude>
<exclude>**/com/azure/cosmos/implementation/guava25/**/*</exclude>
<exclude>**/com/azure/cosmos/implementation/guava27/**/*</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d405bca

Please sign in to comment.