Conversation
Codecov Report
@@ Coverage Diff @@
## main #3698 +/- ##
============================================
- Coverage 83.58% 78.67% -4.91%
+ Complexity 3055 2887 -168
============================================
Files 456 473 +17
Lines 8916 9309 +393
Branches 1752 1704 -48
============================================
- Hits 7452 7324 -128
- Misses 541 1080 +539
+ Partials 923 905 -18 Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
|
@3flex where you able to understand what are the build failures? It seems we have failing tests plus |
|
I believe it's now blocked thanks to an out of date transitive dependency of mockk and also Android Gradle Plugin incompatibility with Java 16. Mockk will be fixed soon enough I expect but I can manually add the required dependency version to fix it in the meantime. I can't find compatibility info for AGP. They probably only officially support the JDK version shipped with Android Studio (currently 11?) So Android tests should probably be skipped on other JDK versions. I have to check the generateDocumentation task. |
d06d67f to
68798ae
Compare
This comment has been minimized.
This comment has been minimized.
This transitive dependency of mockk is updated to a version that supports Java 16
Required until a compatible version of Android Gradle Plugin is released.
No description provided.