From 14925452e6f1b8e89e6cdf723e60e7f973ef3275 Mon Sep 17 00:00:00 2001 From: Jaiden Ashmore Date: Sat, 19 Oct 2024 20:23:42 +1000 Subject: [PATCH] exclude some packages for code coverage --- build.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 03ee4c0c..e083696f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -118,7 +118,10 @@ subprojects { // these classes are better handled by integration tests "com.jashmore.sqs.container.fifo*" , "com.jashmore.sqs.container.batching*", - "com.jashmore.sqs.container.prefetching*" + "com.jashmore.sqs.container.prefetching*", + "com.jashmore.sqs.micronaut.configuration*", + "com.jashmore.sqs.micronaut.container*", + "com.jashmore.sqs.micronaut.placeholder*" ) element = "PACKAGE" limit {