Skip to content

Commit

Permalink
Exclude generated AutoValue source from code coverage tooling
Browse files Browse the repository at this point in the history
(cherry picked from commit a69dd0a)
  • Loading branch information
swegner committed May 9, 2016
1 parent c18c58f commit bcf60ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/AutoValue_*.java</exclude>
</excludes>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit bcf60ee

Please sign in to comment.