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

decentraland / comms-gatekeeper / 25122928001
85%
main: 85%

Build:
Build:
LAST BUILD BRANCH: 2.27.1
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:10PM UTC
Jobs 1
Files 145
Run time 1min
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

29 Apr 2026 05:07PM UTC coverage: 85.44% (+1.6%) from 83.825%
25122928001

Pull #259

github

LautaroPetaccio
fix: address PR review feedback

- feature-flags.ts: replace .replace('\\n', '') with .replace(/\\n/g, '')
  so multi-newline variant payloads strip every newline, not just the
  first. Pre-existing bug surfaced during review.
- names.ts: add a comment at the inflightByAddress declaration
  explaining why the LRU cache alone can't dedup overlapping callers
  (cache entries only land post-fetch, so simultaneous misses each
  issue their own POST).
- test/unit/feature-flags.spec.ts: cover the multi-newline payload case
  to lock in the regex fix.
- test/unit/land-lease.spec.ts: cover the new in-flight dedup
  (concurrent getAuthorizations calls share one upstream fetch), the
  stale-cache fallback (fresh fetch fails after TTL expiry → return
  previously cached payload), and the cold-start failure path
  (fetch fails before any cache exists → return empty authorizations).
Pull Request #259: fix: cache hoisting, dedup, and variant caching across adapters

1049 of 1343 branches covered (78.11%)

Branch coverage included in aggregate %.

100 of 101 new or added lines in 7 files covered. (99.01%)

2959 of 3348 relevant lines covered (88.38%)

43.38 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.73
71.45% src/adapters/names.ts
Jobs
ID Job ID Ran Files Coverage
1 25122928001.1 29 Apr 2026 05:10PM UTC 290
86.63
GitHub Action Run
Source Files on build 25122928001
  • Tree
  • List 145
  • Changed 98
  • Source Changed 7
  • Coverage Changed 98
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25122928001
  • Pull Request #259
  • PR Base - main (#24993564023)
  • Delete
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