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

optimizely / javascript-sdk
79%

Build:
DEFAULT BRANCH: master
Repo Added 30 May 2017 09:13PM UTC
Files 120
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 2.0-consolidation
  • 4.x.x
  • 5.x.x
  • client-rum
  • dependabot/npm_and_yarn/happy-dom-16.6.0
  • dependabot/npm_and_yarn/multi-9739d0f518
  • dependabot/npm_and_yarn/rollup-2.79.2
  • esra/FSSDK-11100_audience_evaluator_test
  • esra/dependabot/update_happy-dom
  • esra/vitest/FSSDK-11095_rewrite_condition_tree_test
  • fahad/enforce-linting
  • farhan-anjum/FSSDK-11073-GHA-publish-to-GPR
  • farhan-anjum/FSSDK-11073-update-gha-for-gpr-publish-on-5.x.x
  • farhan-anjum/FSSDK-11446-add-exp/var-id-to-notif-listener
  • junaed/fssdk-10655-fsc-decide-reason-fix
  • junaed/fssdk-10935-refactor-log-export
  • junaed/fssdk-11003-make-services-disposable-for-ssr
  • junaed/fssdk-11034-tests-js-to-ts
  • junaed/fssdk-11098-issue-with-akamai-edge-worker
  • junaed/fssdk-1119-test-js-to-ts
  • junaed/fssdk-11197-event-tag-type-fix
  • junaed/fssdk-11197-event-tag-type-fix-5.x.x
  • junaed/fssdk-11238-convert-notification-center-utils-test
  • junaed/fssdk-11403-readme-update
  • junaed/fssdk-11473-remove-crossbrowser-and-umd-from-pipeline
  • junaed/fssdk-11483-browser-content-length-removal
  • junaed/fssdk-11483-react-native-peer-range-update
  • junaed/fssdk-11502-async-decides-to-opti-user-context
  • junaed/fssdk-11509-netinfo-require-error
  • junaed/fssdk-11515-changelog-update
  • junaed/fssdk-11528-add-holdout-support
  • junaed/fssdk-11529-update-impression-event
  • junaed/odp-manager-fix
  • junaed/prepare-5.3.5
  • master
  • mpirnovar-testing-fsc-js
  • raju/bucket
  • raju/cache_methods
  • raju/child_logger
  • raju/cleanup-log
  • raju/cmab_client
  • raju/cmab_config
  • raju/cmab_decision
  • raju/cmab_traffic
  • raju/cmabservice
  • raju/config-cleanup
  • raju/config_cache
  • raju/context
  • raju/createInstance-perf
  • raju/datafile_validation
  • raju/decision_notification
  • raju/decision_test
  • raju/default-opt
  • raju/dep
  • raju/dependabot
  • raju/entrypoint_types
  • raju/errmsg
  • raju/es6
  • raju/event_cleanup
  • raju/event_default_flush
  • raju/event_experiment
  • raju/event_flush_default
  • raju/event_limit_fix
  • raju/event_retry
  • raju/event_store_limit
  • raju/exception-msg
  • raju/export-entrypoint
  • raju/export_map
  • raju/factory_throw
  • raju/high_alert
  • raju/holdout-noti
  • raju/holdout_config
  • raju/log-alias
  • raju/log-fix
  • raju/logger-factory
  • raju/logging-error-handling
  • raju/loglevel
  • raju/message-gen
  • raju/more-type
  • raju/msg
  • raju/no_config
  • raju/node18
  • raju/node24
  • raju/notification-center
  • raju/odp-cleanup
  • raju/odp-refactor
  • raju/odp_event_api
  • raju/odp_factory
  • raju/opaque_factory
  • raju/opti_service
  • raju/optimizely_client_refactor
  • raju/prepare-6.0.0
  • raju/public_error_message
  • raju/readme
  • raju/region
  • raju/release-6.1.0
  • raju/remove-plugins-dir
  • raju/remove_xb
  • raju/sync_update_config
  • raju/ua-parser
  • raju/universal_entrypoint
  • raju/update_version
  • raju/ups_async
  • raju/user_attr
  • raju/util-cleanup
  • raju/validate
  • raju/validation
  • refs/heads/master
  • sohail/removetokens

08 Sep 2025 06:17PM UTC coverage: 78.991%. First build
17560119927

push

github

web-flow
[FSSDK-11823] ActivateListenerPaylod type fix in shared_types (#1083)

Currently, the notification payload types are exported from shared_types. But the current current types used in the notification center has diverged from these types, and these types are not used in the sdk. Therefore, the sdk user should not import/use these types either. But as these has been publicly released, we cannot change them in a incompatible manner either. So, updating these types as generic map to keep them backwards comptabile. Also exporting the actual payload types being used with new names. The user should use these new types instead.

1457 of 2790 branches covered (52.22%)

Branch coverage included in aggregate %.

8826 of 10228 relevant lines covered (86.29%)

328.23 hits per line

Relevant lines Covered
Build:
Build:
10228 RELEVANT LINES 8826 COVERED LINES
328.23 HITS PER LINE
Source Files on master
  • Tree
  • List 120
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17560119927 master [FSSDK-11823] ActivateListenerPaylod type fix in shared_types (#1083) Currently, the notification payload types are exported from shared_types. But the current current types used in the notification center has diverged from these types, and these... push 08 Sep 2025 06:19PM UTC web-flow github
78.99
17557171842 raju/more-type Merge 71776877d into b9fb37132 Pull #1083 08 Sep 2025 04:16PM UTC web-flow github
78.99
17556399654 raju/more-type Merge c81ca621a into b9fb37132 Pull #1083 08 Sep 2025 03:47PM UTC web-flow github
78.99
17552870496 dependabot/npm_and_yarn/multi-9739d0f518 Merge 9f0f0bc7d into b9fb37132 Pull #1077 08 Sep 2025 01:44PM UTC web-flow github
78.99
17548104439 raju/release-6.1.0 Merge 2987d12e4 into 1fe421ebe Pull #1082 08 Sep 2025 10:43AM UTC web-flow github
78.99
17536762418 master [FSSDK-11823] make Activate listener payload type backwards compatible (#1081) The current type of activate listener payload is not backwards compatible with the type in v6.0.0. This PR makes it compatible. push 08 Sep 2025 01:17AM UTC web-flow github
79.14
17407933348 raju/holdout-noti Merge 67355772d into fb5e01274 Pull #1081 02 Sep 2025 03:14PM UTC web-flow github
79.14
17406766140 raju/holdout-noti Merge bca01ea2e into fb5e01274 Pull #1081 02 Sep 2025 02:31PM UTC web-flow github
78.99
17405915946 raju/holdout-noti Merge e858feb08 into fb5e01274 Pull #1081 02 Sep 2025 02:01PM UTC web-flow github
78.99
17405809097 raju/holdout-noti Merge a3b191219 into fb5e01274 Pull #1081 02 Sep 2025 01:57PM UTC web-flow github
78.99
See All Builds (3174)
  • Repo on GitHub
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