-
Notifications
You must be signed in to change notification settings - Fork 305
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
Update Structured Data Capture Library codelab #1448
Conversation
codelabs/datacapture/app/src/main/java/com/example/foodallergy/MainActivity.kt
Outdated
Show resolved
Hide resolved
codelabs/datacapture/app/src/main/java/com/example/foodallergy/MainActivity.kt
Outdated
Show resolved
Hide resolved
thanks omar - comments addressed. |
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.
Nice change! 🎉
Codecov Report
@@ Coverage Diff @@
## master #1448 +/- ##
=========================================
Coverage 85.68% 85.68%
Complexity 716 716
=========================================
Files 149 149
Lines 10768 10768
Branches 860 860
=========================================
Hits 9227 9227
Misses 1100 1100
Partials 441 441 Continue to review full report at Codecov.
|
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Description
Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type
Choose one: Documentation
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.