Skip to content

Commit

Permalink
Exclude provider from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Nov 1, 2023
1 parent d5fed89 commit 0ae030e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@
<!-- Tested in the SQL layer, but, oddly, not in this module. -->
<exclude>org/apache/druid/server/QueryResponse.class</exclude>
<exclude>org/apache/druid/curator/CuratorModule.class</exclude>
<!-- Guice providers where unit tests would be tightly-coupled and not useful -->
<exclude>org/apache/druid/server/SubqueryGuardrailHelperProvider.class</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 0ae030e

Please sign in to comment.