Skip to content

Release update

Release update #1174

Manually triggered November 7, 2023 12:00
Status Failure
Total duration 6m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release_update.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
release_update
Process completed with exit code 1.
release_update
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release_update: app/src/main/java/in/testpress/testpress/authenticator/LoginActivityV2.kt#L190
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
release_update: app/src/main/java/in/testpress/testpress/authenticator/RegisterActivity.kt#L50
Enum argument can be null in Java, but exhaustive when contains no null branch
release_update: app/src/main/java/in/testpress/testpress/authenticator/RegisterActivity.kt#L82
'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Java
release_update: app/src/main/java/in/testpress/testpress/ui/TermsAndConditionActivity.kt#L161
Parameter 'i' is never used, could be renamed to _
release_update: app/src/main/java/in/testpress/testpress/ui/fragments/AutoLoginFragment.kt#L31
Non exhaustive 'when' statements on enum will be prohibited in 1.7, add 'LOADING' branch or 'else' branch instead
release_update: app/src/main/java/in/testpress/testpress/ui/fragments/AutoLoginFragment.kt#L38
Non exhaustive 'when' statements on enum will be prohibited in 1.7, add 'LOADING' branch or 'else' branch instead
release_update: app/src/main/java/in/testpress/testpress/ui/fragments/DiscussionFragmentv2.kt#L38
'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Java
release_update: app/src/main/java/in/testpress/testpress/ui/fragments/EmailVerificationFragment.kt#L28
Non exhaustive 'when' statements on enum will be prohibited in 1.7, add 'LOADING' branch or 'else' branch instead