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
Expected behavior
I expect parameters to be excluded when a function is excluded.
Reproducer
A link to your project, if it is open source. Otherwise, please try to reproduce the problem on a small project.
If this is not feasible, give an example of the code on which the problem manifests itself.
Reports
Environment
Kover Gradle Plugin version: 0.7.6
Gradle version: 8.5
Kotlin project type: Kotlin/Android Library
Coverage Toolset (if customized in build script): Kover
The text was updated successfully, but these errors were encountered:
Describe the bug
I created a very basic annotation class that mostly works. It does exclude most of the function I want to exclude.
But it doesn't exclude the parameters of the function.
I even tried using it directly on the parameter and it still fails to exclude the parameter.
And in my build.gradle, I have
Expected behavior
I expect parameters to be excluded when a function is excluded.
Reproducer
A link to your project, if it is open source. Otherwise, please try to reproduce the problem on a small project.
If this is not feasible, give an example of the code on which the problem manifests itself.
Reports
Environment
The text was updated successfully, but these errors were encountered: