Skip to content

Commit

Permalink
exclude some packages for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaiden Ashmore authored and Jaiden Ashmore committed Oct 19, 2024
1 parent f4efc34 commit 1492545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1492545

Please sign in to comment.