-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDKS-3373 - ReCaptcha e2e test cases #452
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #452 +/- ##
=============================================
- Coverage 65.36% 65.34% -0.03%
+ Complexity 1656 1655 -1
=============================================
Files 255 255
Lines 8010 8013 +3
Branches 888 888
=============================================
Hits 5236 5236
- Misses 2376 2377 +1
- Partials 398 400 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2ad0d30
to
9bf8b09
Compare
@@ -43,11 +43,17 @@ dependencies { | |||
androidTestImplementation(libs.androidx.biometric.ktx) | |||
androidTestImplementation(libs.nimbus.jose.jwt) | |||
androidTestImplementation(libs.okhttp) | |||
androidTestImplementation(libs.kotlinx.coroutines.test) | |||
testImplementation(libs.kotlinx.coroutines.test) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this testImplementation(libs.kotlinx.coroutines.test) ?,what if you remove this and run the test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looks like this is not needed indeed - I removed it.
JIRA Ticket
SDKS-3373 [QA] Test end-to-end flow of ReCaptcha Enterprise
Description