-
Notifications
You must be signed in to change notification settings - Fork 72
feat: SDKE-64 Improve mParticle.m test coverage in swift 3 #410
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
feat: SDKE-64 Improve mParticle.m test coverage in swift 3 #410
Conversation
nickolas-dimitrakas
left a comment
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.
LGTM
BrandonStalnaker
left a comment
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.
In general this all looks great. The only worrying thing is these static methods were public and put to use in the kits. Can you confirm no other kits were updated to use this static method? I'll make another PR to the rokt kit to not utilize this code. (Thankfully it hasn't been released yet)
BrandonStalnaker
left a comment
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.
Code removed from the MPRokt kit and judging by my search it is not used elsewhere https://github.com/search?q=org%3Amparticle-integrations+mplog&type=code
# [8.39.0](v8.38.0...v8.39.0) (2025-09-18) ### Bug Fixes * Update Hashed Email Logic With Unassigned ([#401](#401)) ([c50b101](c50b101)) ### Features * SDKE-119 Create protocols for testability ([#402](#402)) ([12b636e](12b636e)) * SDKE-119 Create protocols for testability. Part 2 ([#403](#403)) ([6401e0c](6401e0c)) * SDKE-119 Create protocols for testability. Part 3 ([#404](#404)) ([9032458](9032458)) * SDKE-61 Extract and test callback logic. Part 1 ([#395](#395)) ([c3a7da9](c3a7da9)) * SDKE-61 Extract and test callback logic. Part 2 ([#396](#396)) ([2fb2490](2fb2490)) * SDKE-61 Extract and test callback logic. Part 3 ([#397](#397)) ([b6cd236](b6cd236)) * SDKE-61 Extract and test callback logic. Part 4 ([#398](#398)) ([3cf3c88](3cf3c88)) * SDKE-62 Refactor MPListenerController for Testability ([#400](#400)) ([cc843a5](cc843a5)) * SDKE-63-replace-logging-macros-with-swift-helpers ([#405](#405)) ([0ca4964](0ca4964)) * SDKE-64 Improve mParticle.m test coverage in swift ([#406](#406)) ([d4ef623](d4ef623)) * SDKE-64 Improve mParticle.m test coverage in swift 2 ([#407](#407)) ([b8d67ec](b8d67ec)) * SDKE-64 Improve mParticle.m test coverage in swift 3 ([#410](#410)) ([72a111c](72a111c))
|
🎉 This PR is included in version 8.39.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is the 3 PR in the series aimed at improving the test coverage of mParticle.m. The first PR is #407
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)