Ali Kabiri
03/28/2023, 11:32 AMkotlinx-kover
does not support instrumentation tests executed on Android device, I am still using a Jacoco gradle task for generating code coverages.
In this case, operator fun
's signature is marked uncovered by Jacoco, although the method body is being covered (see screenshot)!
How can I cover the method signature? Would there be any workaround to cover it?marlonlom
03/28/2023, 3:49 PMAli Kabiri
03/28/2023, 3:51 PMchanjungskim
03/29/2023, 6:50 AMAli Kabiri
03/29/2023, 9:12 AMbundle exec fastlane test
The HTML coverage file will be under following path:
library/build/mergedReportDir/jacocoTestReport/html/index.html
Nino
03/30/2023, 3:16 PMAli Kabiri
04/03/2023, 10:21 AM