tomkoptel

Results 5 comments of tomkoptel

Hi! I haven't debug your changes for now. Will do it later. Anyway, I`m still reproducing this behavior on android 4.2.2. Thank you for changes!

@castorflex hi, there! I was looking into issue while debugging `MakeCustomActivity`. So far I have found that lag starts after invocation of [this peace of code](https://github.com/castorflex/SmoothProgressBar/blob/master/sample/src/main/java/fr/castorflex/android/smoothprogressbar/sample/MakeCustomActivity.java#L278). Also I found that...

I found following plugin for Jacoco https://github.com/koral--/jacoco-gradle-testkit-plugin and the one points to https://discuss.gradle.org/t/gradle-plugins-integration-tests-code-coverage-with-jacoco-plugin/12403/7 I've configured the project to have both `kover` and `pl.droidsonroids.jacoco.testkit` at the same time. Then I've switched...

I found another discussion on the Gradle repo https://github.com/gradle/gradle/issues/1465. It seems that the Gradle Test Kit does not support Jacoco or any other java agent out of box or allows...

I was able to collect coverage reports by removing `kover` from the build configuration. Though it is not a solution I am looking for. I would like to have reports...