Closed nuhkoca closed 9 months ago
Hi,
your configuration uses joining all annotations into one String annotationExclusions.joinToString()
, however, only one annotation should be written in each string.
you should write like this
annotatedBy("annotation1", "annotation2")
or if you have a list with annotations, like this
annotatedBy(*annotationExclusions.toTypedArray())
Thank you, it's fixed!
Describe the bug Hello, I created a custom annotation but classes annotated with it are still included in code coverage.
Expected behavior Classes/functions annotated by
KoverIgnore
should be excluded from coverage.Reproducer
Reports If applicable, report files or screenshots.
Environment