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

Unleash / unleash / 19295143890
86%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 12 Nov 2025 11:07AM UTC
Jobs 1
Files 1215
Run time 3min
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

12 Nov 2025 11:00AM UTC coverage: 91.145% (+0.01%) from 91.131%
19295143890

push

github

web-flow
fix: allow external flag resolver to override false experiments with variants in getAll (#10966)

Fixes a bug / uncovered edge case in the flag resolver in Unleash:
If a local experiment was defined as false (the typical default value),
then that flag could only ever be returned as a boolean from the
`ui-config` endpoint. In other words, even if the external resolver has
a variant for that flag, the UI would never get the variant.

The fix is to not just check `isEnabled` for false flags, but instead:
- use `getVariant`
- then check `variant.enabled` (in which case we have a variant and can
return it)
- else check `variant.feature_enabled`, falling back to `isEnabled` only
if `feature_enabled` is null/undefined.

7231 of 7283 branches covered (99.29%)

8 of 8 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

68925 of 75621 relevant lines covered (91.15%)

442.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
88.63
-0.78% src/lib/features/playground/feature-evaluator/client.ts
Jobs
ID Job ID Ran Files Coverage
1 19295143890.1 12 Nov 2025 11:07AM UTC 1215
91.15
GitHub Action Run
Source Files on build 19295143890
  • Tree
  • List 1215
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19295143890
  • 89a35788 on github
  • Prev Build on main (#19291059312)
  • Next Build on main (#19326860810)
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