does jacoco let you filter out your /build folders...
# squarelibraries
s
does jacoco let you filter out your /build folders?
c
I don't believe so. The only source I'm finding on that is a five year old Stack Overflow post though.
r
I think it does, at least that’s what we have in our project (it’s a custom gradle task due to multiplatform, but you can also do it with the default Gradle task I believe)
☝️ 1
you just exclude the sqldelight-generated folder in your case then
c
I'll give it a go. Thank you