You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a configuration is specified in the execution for the `compile` target, but the `sourceDirs` child element is missing, an error occurred.
A check has been added to fix the error.
Fixes#701
Hello,
I have just added kover with my spring boot project. I can run tests and also generate coverage reports. But there is this NPE:
Though the coverage is generated. Can you please tell me I'm doing something wrong? Or what could resolve this.
Here is a minimal project that generates this issue:
https://github.com/Ruhshan/springboot-maven-kt
The text was updated successfully, but these errors were encountered: