Skip to content

Commit 6fad5c9

Browse files
committed
fix
1 parent 70b02a0 commit 6fad5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: chmod +x ./gradlew
3939

4040
- name: Run Android Debug Unit Test
41-
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
41+
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
4444
uses: codecov/[email protected]

0 commit comments

Comments
 (0)