Dhananjay Suresh
Dhananjay Suresh
I have the same issue on `Lens: 5.5.1-latest.20220526.1` only on one of my 10+ clusters. It loads to a blank screen. I tried all of the deleting of directories in...
I am not sure what you mean. All the clusters have their KubeConfig merged though the K8 VSCode extension + AKS Cloud provider. For this cluster that is not working,...
I see, didn't see that issue. Thanks!
The readme should be updated to suggest this solution.
You need JaCoCO 0.8.7 for Java 11 but compiling the source with Java 11 results in a error. See https://issuetracker.google.com/issues/178400721 The setup we went with is: - AGP 7.x+ -...
We had ported this plugin from Groovy to Kotlin and our coverage broke as well on Java11 and AGP 7.x.x. The unit test coverage path for combined tests was incorrect....
Hey @vramasam, the line in this plugin is https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/blob/master/src/main/groovy/com/vanniktech/android/junit/jacoco/GenerationPlugin.groovy#L239. This is where Jacoco looks for JVM unit test coverage. After running the plugin and you go to the `/build` directory...
@vramasam Unfortunately we have re-wrote the plugin in Kotlin and changed a few things around specifically for our app. So I am not sure if our changes will work for...
I think I found the issue. Not sure if its because of how our project is setup but I had to change the logic (also migrated the plugin to Kotlin)...
I can but not anytime soon since the project is setup to use the re-written plugin. The change is really simple as you can see in my previous post but...