You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix syntax error in Android PR workflow and simplify coverage logic.
- Removed malformed shell script block in `scripts-android.yml` that caused syntax errors in the emulator runner.
- Moved logic to skip coverage report generation into `run-android-instrumentation-tests.sh` using the `CN1SS_SKIP_COVERAGE` env var.
- Updated workflow to set `CN1SS_SKIP_COVERAGE=1` for non-default matrix jobs.
- Simplified `android-emulator-runner` script input to a single line command.
0 commit comments