Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomLabs committed Dec 22, 2019
1 parent e0ba27c commit 949bb71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jacocoTestCoverageVerification {
violationRules {
rule {
element = "CLASS"
excludes = [
"com.therandomlabs.changeloggenerator.ChangelogEntry",
"com.therandomlabs.changeloggenerator.Main"
]

limit {
counter = "INSTRUCTION"
Expand Down

0 comments on commit 949bb71

Please sign in to comment.