• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prebid / Prebid.js / 19437775255

17 Nov 2025 05:00PM UTC coverage: 96.213% (-0.02%) from 96.231%
19437775255

push

github

web-flow
sevioBidAdapter_bugfix: Send all sizes instead of just maxSize (#14133)

* Send all sizes instead of just maxSize

* Added tests to cover modifs in the sizes that we are sending

53222 of 65234 branches covered (81.59%)

10 of 10 new or added lines in 2 files covered. (100.0%)

304 existing lines in 58 files now uncovered.

202715 of 210693 relevant lines covered (96.21%)

71.77 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/modules/gppControl_usnat.js
1
import {config} from '../src/config.js';
1✔
2
import {setupRules} from '../libraries/mspa/activityControls.js';
3

4
let setupDone = false;
1✔
5

6
config.getConfig('consentManagement', (cfg) => {
1✔
UNCOV
7
  if (cfg?.consentManagement?.gpp != null && !setupDone) {
×
8
    setupRules('usnat', [7]);
×
9
    setupDone = true;
×
10
  }
11
})
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc