-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Adkernel adapter minor update #4000
Conversation
Looks like build failure is caused by localStorage usage in widespace bid adapter. |
CircleCI is just flaky sometimes. Kicked it off again it succeeded this time. @sumit116 to review the code. |
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.
Tested the adaptor on hello_world page and all unit tests have passed. Test coverage of the adaptor is above 80%. The changes are working well, hence approving the PR.
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.
The overall changes look good. Can you though put together some unit tests for the new utils function that was added?
The adapter's unit tests are fine, but it'd be ideal to have something for the new function as well. We should be good to merge at that point. Thanks.
ac95625
to
71f16ed
Compare
@jsnellbaker Requested unit test has been added. |
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.
Thanks for the update; LGTM
* Updated maintainer email * Minor refactoring & more unit tests * Unit tests for new utility function
* Updated maintainer email * Minor refactoring & more unit tests * Unit tests for new utility function
* Updated maintainer email * Minor refactoring & more unit tests * Unit tests for new utility function
Type of change
Description of change