Conversation
Codecov Report
@@ Coverage Diff @@
## dev-v2.0.0 #37 +/- ##
=============================================
Coverage 83.28% 83.28%
Complexity 367 367
=============================================
Files 29 29
Lines 1555 1555
Branches 219 219
=============================================
Hits 1295 1295
Misses 161 161
Partials 99 99
Flags with carried forward coverage won't be shown. Click here to find out more. |
| } | ||
|
|
||
| dependencies { | ||
| implementation project(':edge') |
There was a problem hiding this comment.
do we need edge as a dependency here?
There was a problem hiding this comment.
yes, for Schema and Property references
| } | ||
|
|
||
| dependencies { | ||
| implementation project(':edge') |
There was a problem hiding this comment.
If we move this xdm https://github.com/adobe/aepsdk-edge-android/blob/dev-v2.0.0/code/edge/src/main/java/com/adobe/marketing/mobile/xdm/Property.java
to the tester package we can remove edge project dependency right?
There was a problem hiding this comment.
we cannot move it, is part of the Edge SDK
There was a problem hiding this comment.
Move as in create a copy of it in the tester package.
There was a problem hiding this comment.
Does not make much sense to copy them. The Edge extension provides them for Schema implementors, hence the dependency on Edge SDK for this util lib.
code/app-kotlin/src/main/java/com/adobe/marketing/tester/app/MainActivity.kt
Outdated
Show resolved
Hide resolved
code/app-kotlin/src/main/java/com/adobe/marketing/tester/app/MainActivity.kt
Outdated
Show resolved
Hide resolved
addb
left a comment
There was a problem hiding this comment.
Left few nit comments. Overall it looks good!
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: