-
Notifications
You must be signed in to change notification settings - Fork 624
add manifest flag unit tests. #2446
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
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (39ce4a56) is created by Prow via merging commits: 18d574f c8f8065. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (39ce4a56) is created by Prow via merging commits: 18d574f c8f8065. |
/retest |
2 similar comments
/retest |
/retest |
dependencies { | ||
implementation project(':encoders:firebase-encoders') | ||
implementation project(':encoders:firebase-encoders-json') | ||
implementation project(':firebase-common') |
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.
Are all these dependencies necessary for the actual implementation of the test? Otherwise I think you can get away with just depending on common (for firebaseApp) and mldownloader.
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.
Fixed
testImplementation 'androidx.test:runner:1.2.0' | ||
testImplementation 'androidx.test.ext:junit:1.1.1' | ||
testImplementation "org.robolectric:robolectric:$robolectricVersion" | ||
testImplementation 'com.google.auto.value:auto-value-annotations:1.6.5' |
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.
AFAIK you're not using autovalues
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.
fixed
@@ -0,0 +1,63 @@ | |||
// Copyright 2019 Google LLC |
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.
2021
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.
fixed
@@ -0,0 +1,61 @@ | |||
// Copyright 2019 Google LLC |
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.
2021
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.
fixed
/test device-check-changed |
1 similar comment
/test device-check-changed |
@annzimmer: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
No description provided.