Skip to content

Test 1#22

Open
kaungkhantsoe wants to merge 7 commits intodevelopfrom
chore/my-ci-test-one
Open

Test 1#22
kaungkhantsoe wants to merge 7 commits intodevelopfrom
chore/my-ci-test-one

Conversation

@kaungkhantsoe
Copy link
Copy Markdown
Owner

Test

@kaungkhantsoe kaungkhantsoe changed the title - Test 1 Test 1 Aug 1, 2022
@balckbot
Copy link
Copy Markdown
Collaborator

balckbot commented Aug 1, 2022

1 Error
🚫 Uh oh! Your project is under 90% coverage!
42 Warnings
⚠️ Please add labels to this PR
⚠️ [DEPRECATION] report is deprecated. Please use reportJacoco or reportKover instead.
⚠️ app/build.gradle#L96 - A newer version of androidx.core:core-ktx than 1.7.0 is available: 1.8.0
⚠️ app/build.gradle#L97 - A newer version of androidx.appcompat:appcompat than 1.4.0 is available: 1.4.2
⚠️ app/build.gradle#L98 - A newer version of com.google.android.material:material than 1.4.0 is available: 1.6.1
⚠️ app/build.gradle#L99 - A newer version of androidx.constraintlayout:constraintlayout than 2.1.2 is available: 2.1.4
⚠️ app/build.gradle#L100 - A newer version of androidx.core:core-splashscreen than 1.0.0-alpha02 is available: 1.0.0
⚠️ app/build.gradle#L103 - A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.4.0 is available: 2.5.1
⚠️ app/build.gradle#L104 - A newer version of androidx.lifecycle:lifecycle-livedata-ktx than 2.4.0 is available: 2.5.1
⚠️ app/build.gradle#L150 - Avoid using + in version numbers; can lead to unpredictable and unrepeatable builds (junit:junit:4.+)
⚠️ app/src/main/AndroidManifest.xml#L9 - On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute android:fullBackupContent to specify an @xml resource which configures which files to backup, or just set android:fullBackupOnly=true. More info: https://developer.android.com/guide/topics/data/autobackup
⚠️ app/src/main/AndroidManifest.xml#L17 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices
⚠️ app/src/main/AndroidManifest.xml#L27 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices
⚠️ app/src/main/AndroidManifest.xml#L31 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices
⚠️ app/src/main/AndroidManifest.xml#L35 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices
⚠️ app/src/main/java/com/kks/nimbletest/adapter/BaseRecyclerAdapter.kt#L26 - It will always be more efficient to use more specific change events if you can. Rely on notifyDataSetChanged as a last resort.
⚠️ app/src/main/java/com/kks/nimbletest/ui/splash/SplashActivity.kt#L22 - The application should not provide its own launch screen
⚠️ app/src/main/res/anim/fade_in.xml#L2 - The resource R.anim.fade_in appears to be unused
⚠️ app/src/main/res/anim/fade_out.xml#L2 - The resource R.anim.fade_out appears to be unused
⚠️ app/src/main/res/anim/text_anim.xml#L2 - The resource R.anim.text_anim appears to be unused
⚠️ app/src/main/res/drawable/ic_background.png#L0 - The resource R.drawable.ic_background appears to be unused
⚠️ app/src/main/res/drawable/ic_background.png#L0 - Found bitmap drawable res/drawable/ic_background.png in densityless folder
⚠️ app/src/main/res/drawable/ic_logo_white.xml#L2 - Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more
⚠️ app/src/main/res/drawable/ic_logo_white.xml#L7 - This tag is not supported in images generated from this vector icon for API < 24; check generated icon to make sure it looks acceptable
⚠️ app/src/main/res/drawable/ic_overlay.png#L0 - Found bitmap drawable res/drawable/ic_overlay.png in densityless folder
⚠️ app/src/main/res/drawable/ic_splash_bg.png#L0 - Found bitmap drawable res/drawable/ic_splash_bg.png in densityless folder
⚠️ app/src/main/res/layout/activity_forget_password.xml#L11 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_forget_password.xml#L31 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_forget_password.xml#L57 - Missing autofillHints attribute
⚠️ app/src/main/res/layout/activity_home.xml#L7 - Possible overdraw: Root element paints background @color/black with a theme that also paints a background (inferred theme is @style/Theme.NimbleTest)
⚠️ app/src/main/res/layout/activity_home.xml#L78 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_home.xml#L121 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_login.xml#L7 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_login.xml#L27 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_login.xml#L43 - Missing autofillHints attribute
⚠️ app/src/main/res/layout/activity_splash.xml#L7 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/activity_splash.xml#L13 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/item_survey.xml#L5 - Missing contentDescription attribute on image
⚠️ app/src/main/res/layout/layout_toolbar.xml#L7 - Possible overdraw: Root element paints background ?attr/colorPrimary with a theme that also paints a background (inferred theme is @style/Theme.NimbleTest)
⚠️ app/src/main/res/values/colors.xml#L5 - The resource R.color.purple_700 appears to be unused
⚠️ app/src/main/res/values/dimens.xml#L18 - The resource R.dimen.space_45dp appears to be unused
⚠️ app/src/main/res/values/dimens.xml#L22 - The resource R.dimen.space_117dp appears to be unused

template Jacoco report:

🧛 Project Code Coverage: 0.00%

Coverage of Modified Files:

File Coverage

Modified Files Not Found In Coverage Report:

ForgetPasswordRepoImplTest.kt
Gemfile.lock
build_pull_request.yml

Codebase cunningly covered by count Shroud 🧛

Generated by 🚫 Danger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants