Nikhil R
06/13/2023, 1:58 AMABCScope$Objects
ABCScope$Objects$1
How can I exclude these two cases generally?
Jacoco uses syntax like this: **/*Scope*.*
which handles it. I can't seem to figure this out for the report processing.
Second qn: Is the exclusion syntax the same for intellij-coverage-agent
and kover-cli report
?Sergey Shanshin
06/13/2023, 9:12 AM"*Scope\$*"
.
This syntax should work the same, both in the Kover Gradle Plugin and in the Kover CLINikhil R
06/13/2023, 6:17 PMNikhil R
06/13/2023, 7:32 PMtest:coverageRegexExcludes: Invalid escape sequence: \$
Nikhil R
06/14/2023, 10:59 PMNikhil R
06/14/2023, 11:01 PM