Skip to content

Tests rework

Tests rework #7

Triggered via pull request January 24, 2024 15:04
@booradboorad
synchronize #1
tests-rework
Status Success
Total duration 4m 20s
Artifacts

validate-android.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Gradle Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Gradle Lint: example/android/app/src/main/AndroidManifest.xml#L14
Redundant label on activity: Redundant label can be removed
Gradle Lint: example/android/app/build.gradle#L51
Obsolete Gradle Dependency: A newer version of androidx.swiperefreshlayout:swiperefreshlayout than 1.0.0 is available: 1.1.0
Gradle Lint: example/android/app/src/debug/java/com/quickcryptoexample/ReactNativeFlipper.java#L54
Visible Only For Tests: This method should only be accessed from tests or within private scope
Gradle Lint: example/android/app/src/main/AndroidManifest.xml#L10
Missing data extraction rules: The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher.
Gradle Lint: example/android/app/build.gradle#L1
Unused resources: The resource `R.integer.react_native_dev_server_port` appears to be unused
Gradle Lint: example/android/app/build.gradle#L1
Unused resources: The resource `R.integer.react_native_inspector_proxy_port` appears to be unused
Gradle Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/