Compare commits

..

1 Commits

Author SHA1 Message Date
ba7bb1675c ci: Instrumentation tests coverage in ci.
All checks were successful
Check PR code / BuildAndTestAndCoverage (pull_request) Successful in 29m33s
2025-03-22 19:21:53 +01:00

View File

@ -46,9 +46,7 @@ jobs:
script: |
./gradlew androidApp:clearScreenshotsTask || true
./gradlew androidApp:createScreenshotDirectory
adb logcat *:S TestRunner:V -T 1 & LOGCAT_PID=$! ; \
./gradlew JacocoDebugCodeCoverage || true
if [ -n "$LOGCAT_PID" ] ; then kill $LOGCAT_PID; fi
./gradlew androidApp:fetchScreenshots
- uses: actions/upload-artifact@v3
if: always()