Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

richard-bogdan-bitrise
Copy link
Contributor

No description provided.

// Replace the original dependsOn with the filtered
connectedAndroidTestTask.setDependsOn(deps)

// Finally make sure that each report task depends on the connected tests.
Copy link
Contributor

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:
Copy link
Contributor

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?

Base automatically changed from code_cov to main April 9, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants