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

optimizely / javascript-sdk / 15327456679

29 May 2025 03:29PM UTC coverage: 79.7% (-0.03%) from 79.732%
15327456679

push

github

web-flow
serialize event count in store function call (#1065)

if multiple events are processed concurrently, all event process
request might read the initial store size and write to the store,
potentially exceeding the store size limit. Serializing the
store size read should fix this. Once the size is loaded in memory,
further event process read should just read the in memory value

1428 of 2697 branches covered (52.95%)

Branch coverage included in aggregate %.

0 of 9 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

8788 of 10121 relevant lines covered (86.83%)

382.91 hits per line

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

6.86
packages/optimizely-sdk/lib/event_processor/batch_event_processor.ts


Source Not Available

The file "lib/event_processor/batch_event_processor.ts" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

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

© 2025 Coveralls, Inc