Skip to content

Commit a15c905

Browse files
committed
Fix duplicated param
1 parent 1e02403 commit a15c905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
echo "Starting instrumented tests with coverage..."
202202
# Run connectedDebugAndroidTest, explicitly telling it where to save the coverage file on the emulator.
203203
# This aligns with how AGP handles coverage when this property is set.
204-
./gradlew connectedDebugAndroidTest --stacktrace -Pandroid.testInstrumentationRunnerArguments.coverage=true
204+
./gradlew connectedDebugAndroidTest --stacktrace
205205
TEST_RUN_RESULT=$?
206206
echo "Instrumented test run finished with Gradle task result: $TEST_RUN_RESULT"
207207

0 commit comments

Comments
 (0)