Skip to content

Commit

Permalink
Exclude RateLimitProperties from jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero committed Oct 12, 2019
1 parent 60acb4d commit 911255f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@
<exclude>**/test/**</exclude>
<exclude>**/tests/**</exclude>
<exclude>**/*Constants.*</exclude>
<exclude>
com/marcosbarbero/cloud/autoconfigure/zuul/ratelimit/config/properties/RateLimitProperties.*
</exclude>
<exclude>**/properties/RateLimitProperties.*</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 911255f

Please sign in to comment.