-
Notifications
You must be signed in to change notification settings - Fork 0
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
Experiment to resolve Gradle issue #14132 with code cov. #180
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # build.gradle # trace-sdk/build.gradle
// Replace the original dependsOn with the filtered | ||
connectedAndroidTestTask.setDependsOn(deps) | ||
|
||
// Finally make sure that each report task depends on the connected tests. |
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.
this looks like it's failing the build as it's trying to run the connected tests as well i'm not sure this is accurate - we run the unit tests in the build-trace_sdk workflow and this now fails.
bitrise.yml
Outdated
@@ -293,10 +293,6 @@ workflows: | |||
- module: trace-sdk | |||
- arguments: "--stacktrace" | |||
title: android_build | |||
- gradle-runner@1: |
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.
not sure removing the unit tests here is the best idea - possibly just revert the previous workflow step and run the unit tests without coverage? I presume the unit tests then get run later with the coverage at the same time the instrumentation tests run?
No description provided.