We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e02403 commit a15c905Copy full SHA for a15c905
.github/workflows/sonarqube.yml
@@ -201,7 +201,7 @@ jobs:
201
echo "Starting instrumented tests with coverage..."
202
# Run connectedDebugAndroidTest, explicitly telling it where to save the coverage file on the emulator.
203
# This aligns with how AGP handles coverage when this property is set.
204
- ./gradlew connectedDebugAndroidTest --stacktrace -Pandroid.testInstrumentationRunnerArguments.coverage=true
+ ./gradlew connectedDebugAndroidTest --stacktrace
205
TEST_RUN_RESULT=$?
206
echo "Instrumented test run finished with Gradle task result: $TEST_RUN_RESULT"
207
0 commit comments