Skip to content

Commit c6673fa

Browse files
authored
koverXmlReport
1 parent fb8adbf commit c6673fa

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:koverHtmlReport --warning-mode all --stacktrace
41+
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
4444
uses: codecov/codecov-action@v3.1.4

0 commit comments

Comments
 (0)