Add platform dependency#1438
Conversation
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1438 +/- ##
=======================================
Coverage 63.76% 63.76%
=======================================
Files 159 159
Lines 3146 3146
Branches 325 325
=======================================
Hits 2006 2006
Misses 1043 1043
Partials 97 97 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hey @atulgpt17 it looks like you submitted this from your work account instead of your personal account (@atulgpt ) maybe? In any case, we require the CLA to be signed...so please either sign it from this account or close this PR and open it with your other account (which has already signed the CLA). Thanks! |
|
Thanks @atulgpt17. This feels like a good idea, but I can't determine if the absence of these platform test deps was actually causing problems? If so, can you please explain what you observed or what was broken? The build and tests do indeed seem fine without them, and the dependencies seem to be resolved just fine before....so? |
|
Hi @breedx-splk in our current modules, problem is not arising as for each module either we are adding But let's say you create a module which doesn't have either of those, but you have added the convention plugin (above note the Ideally if we are adding one dependency |
|
@atulgpt17 thanks for the clear explanation, that makes sense. The platform dependency declarations are spread around so much, I think that maybe consolidating them into the conventions probably makes sense, but we should do that in a separate follow-up PR. Thanks for catching this. |
|
Hi @breedx-splk I have added the cleanup PR at #1453 PTAL if this is why you mean by |
Fixes #1434