diff --git a/build.gradle b/build.gradle index 3045b2f..4af5b5c 100644 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,10 @@ jacocoTestCoverageVerification { violationRules { rule { element = "CLASS" + excludes = [ + "com.therandomlabs.changeloggenerator.ChangelogEntry", + "com.therandomlabs.changeloggenerator.Main" + ] limit { counter = "INSTRUCTION"