LuponMedia Bid Adapter: user sync endpoint updated
Type of change
- [ x] Code style update (formatting, local variables)
This pull request introduces 1 alert when merging e14acda251f5459d0e8fc40e8ddd58c331e0e605 into 00e0bb59c986faafb5570a920e5ab2ec3e5ea8e5 - view on LGTM.com
new alerts:
- 1 for Unused variable, import, function or class
Hi @adxpremium , code coverage is at 57.22%, that is below 80%, the required minimum to accept this PR. In order to see code coverage, you can run:
npx gulp test-coverage
followed by
npx gulp view-coverage
Hi @adxpremium , code coverage is at 57.22%, that is below 80%, the required minimum to accept this PR. In order to see code coverage, you can run:
npx gulp test-coveragefollowed by
npx gulp view-coverage
Hi, we are not sure what code coverage is in this case and what needs to be done on our side to make PR pass the minimum requirements? Could you please explain?
@adxpremium
Hi, we are not sure what code coverage is in this case and what needs to be done on our side to make PR pass the minimum requirements? Could you please explain?
A Prebid rule is that everything that gets merged must have at least 80% code coverage + at least one review.
When we execute unit tests with npx gulp test-coverage, we check that tests are covering at least 80% of total lines of code. If you launch the two commands I wrote above, in your branch, you will be presented with a page with all the code coverage of all modules.
can you please remove digitrust references?
@patmmccann digitrust is now removed
Tyvm
hi there. I still see tests missing for the following functions:
- masSizeOrdering
- setGdprAndPrivacy
- setUserId
- setSiteAndUserData
- setAdserverOrg
- setLiveIntent
- setIdentityLink
- setPubcommon
- mapSizes
- parseSizes
Coverage is still stuck at 56.75% , cannot merge.
@adxpremium please see https://github.com/prebid/Prebid.js/pull/8372 . Is your use of getLegacyFPD working? It appears not
This pull request introduces 1 alert when merging 1bdc194a7e153ec3175c0563699ac37214b86c44 into 7a80c65135a5f53592c89ddcd9d57ff2a90c1a81 - view on LGTM.com
new alerts:
- 1 for Unused variable, import, function or class
@adxpremium following up on this pr. Looks like there have been more recent additions here but appears to be a current conflict with master? Were you able to update testing for the above functions?
@adxpremium review of your adapter cannot proceed until you improve test coverage.
@adxpremium closing this pr for now. Please feel free to reopen or open an issue if you need help with this adapter update.