Pasha Dudka

Results 14 comments of Pasha Dudka

This plugin relies on underlying jacoco jar embedded into Android Plugin. So essentially Android Plugin is responsible for creating report file (.ec or .exec). I believe you can do some...

The way this plugin is implemented - it uses Jacoco coverage report task built into Android plugin. Unfortunately, this report task is not traditional `JacocoReport` task - it is fully...

Trying to understand the problem.. As I understand, only methods called directly from your unit tests are included in test report? I.e. test calls `foo()` and `foo` internally calls `bar()`....

Interesting. I tried to run your project and it seems like only `UtilsTest` ends up in test coverage report. Ill try to play with it a bit more later today

It seems like you are not getting coverage report for tests which run using `RobolectricTestRunner` which seems like a know issue - see https://github.com/jacoco/jacoco/pull/288

I created #14 to track problem with Robolectric. Apparently Jacoco plugin does something extra for Robolectric runner. Btw helpful command to troubleshoot this is `./gradlew connectedCheck -x connectedDebugAndroiTest`. This will...

I need some logging info. Could you run your build with debug flag enabled and attach logs here? F.i: ./gradlew assembleDebug -d | grep [Jacoco-Everywhere]

Glad it works, however I still want to update plugin to handle `testCoverageEnabled` flag for release builds. By itself test coverage for release builds doesn't make a lot of sense...

I think Im facing the same issue. See my post in Discord: https://discord.com/channels/979116623879368755/1096683207539314899/1096683207539314899 In my case what I noticed is that number of photos that Immich is trying to back...

yeah, currently server doesn't handle dups well. See https://discord.com/channels/979116623879368755/1096683207539314899/1097221557270626354