Skip to content

Commit

Permalink
Fix AutoValue coverage exclusion for coveralls
Browse files Browse the repository at this point in the history
(cherry picked from commit 747487b)
  • Loading branch information
swegner committed May 9, 2016
1 parent bcf60ee commit c6ea95b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/AutoValue_*.java</exclude>
</excludes>
</configuration>
<configuration>
<excludes>
<exclude>**/AutoValue_*.class</exclude>
</excludes>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit c6ea95b

Please sign in to comment.