-
Notifications
You must be signed in to change notification settings - Fork 51
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
Moved AssetTest and Assertions into an android testutils package #586
Conversation
android/testutils/src/main/java/com/intuit/playerui/android/testutils/asset/AssetTest.kt
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #586 +/- ##
==========================================
- Coverage 89.77% 89.77% -0.01%
==========================================
Files 331 331
Lines 19904 19904
Branches 1949 1949
==========================================
- Hits 17869 17868 -1
- Misses 2021 2022 +1
Partials 14 14 ☔ View full report in Codecov by Sentry. |
5592d91
to
1f984b7
Compare
64650f1
to
1ac2534
Compare
deps = main_deps, | ||
) | ||
|
||
android_library( |
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.
is this wrap necessary
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.
I think I need it for the specific maven coordinates?
Change Type (required)
Moved AssetTest and Aseertions into an android testutils package
patch
minor
major
N/A
Does your PR have any documentation updates?