-
Notifications
You must be signed in to change notification settings - Fork 27
Fix: CodeCoverage report does not generated when ui tests are running under Test Orchestrator #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: CodeCoverage report does not generated when ui tests are running under Test Orchestrator #118
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #118 +/- ##
=========================================
Coverage 86.06% 86.06%
Complexity 59 59
=========================================
Files 8 8
Lines 244 244
Branches 21 21
=========================================
Hits 210 210
Misses 13 13
Partials 21 21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for being very late to review this. I have some small comments, but in general I think this looks good.
Thanks for jumping in and helping out with this project, really appreciated.
plugin/src/main/kotlin/org/neotech/plugin/rootcoverage/JaCoCoConfiguration.kt
Outdated
Show resolved
Hide resolved
plugin/src/main/kotlin/org/neotech/plugin/rootcoverage/JaCoCoConfiguration.kt
Outdated
Show resolved
Hide resolved
plugin/src/test/kotlin/org/neotech/plugin/rootcoverage/IntegrationTest.kt
Outdated
Show resolved
Hide resolved
f1f4870
to
544906c
Compare
@k4k7us23 again thanks for your help resolving this issue, greatly appreciated. I will soon create a release with this fix in it. |
- Fixed: Coverage not reported correctly when running connected tests using testOrchestrator (#118) - Based on Android Gradle Plugin 8.11 API - Compatible with Gradle version 8.13+
- Fixed: Coverage not reported correctly when running connected tests using testOrchestrator (#118) - Based on Android Gradle Plugin 8.11 API - Compatible with Gradle version 8.13+
@k4k7us23 just letting you know that this is now available in release 1.11.0, small heads up though, this release is based on the most recent stable Android Gradle Plugin release. |
Changes description
gradle-managed-device-clear-package-data.yaml
)Fix explanation
getExecutionDataFileTree()
function