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

nestjs / nest / 5b453f7a-8504-40fb-838b-26f8af740f6c
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: renovate/major-eslint-monorepo
DEFAULT BRANCH: master
Ran 03 Apr 2026 06:33AM UTC
Jobs 1
Files 364
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

03 Apr 2026 06:10AM UTC coverage: 89.903% (+0.05%) from 89.856%
5b453f7a-8504-40fb-838b-26f8af740f6c

Pull #16683

circleci

Youmoo
fix(core): prevent injector hang when design:paramtypes is missing

When `emitDecoratorMetadata` is unavailable (e.g. esbuild), `@Inject()`
decorators create a sparse array via `SELF_DECLARED_DEPS_METADATA`.
`Array.prototype.map` skips sparse holes, so the `Barrier` in
`resolveConstructorParams` never receives enough signals and hangs
indefinitely.

Use `Array.from()` in `reflectConstructorParams` to convert sparse
arrays into dense arrays with explicit `undefined` values, ensuring
`map` iterates every index and the Barrier resolves correctly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pull Request #16683: fix(core): prevent injector hang when design:paramtypes is missing

2316 of 2859 branches covered (81.01%)

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

7604 of 8458 relevant lines covered (89.9%)

21.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5b453f7a-8504-40fb-838b-26f8af740f6c.1 03 Apr 2026 06:33AM UTC 364
89.9
Source Files on build 5b453f7a-8504-40fb-838b-26f8af740f6c
  • Tree
  • List 364
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5B453F7A...
  • Pull Request #16683
  • PR Base - master (#BCB7B573...)
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