Skip to content

Commit 1492545

Browse files
Jaiden AshmoreJaiden Ashmore
Jaiden Ashmore
authored and
Jaiden Ashmore
committed
exclude some packages for code coverage
1 parent f4efc34 commit 1492545

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ subprojects {
118118
// these classes are better handled by integration tests
119119
"com.jashmore.sqs.container.fifo*" ,
120120
"com.jashmore.sqs.container.batching*",
121-
"com.jashmore.sqs.container.prefetching*"
121+
"com.jashmore.sqs.container.prefetching*",
122+
"com.jashmore.sqs.micronaut.configuration*",
123+
"com.jashmore.sqs.micronaut.container*",
124+
"com.jashmore.sqs.micronaut.placeholder*"
122125
)
123126
element = "PACKAGE"
124127
limit {

0 commit comments

Comments
 (0)