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

nestjs / nest / b3db2e98-b73d-4d44-995e-94028a9d0900
89%
master: 90%

Build:
Build:
LAST BUILD BRANCH: renovate/prisma-monorepo
DEFAULT BRANCH: master
Ran 02 Dec 2025 09:45PM UTC
Jobs 1
Files 356
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

02 Dec 2025 09:40PM UTC coverage: 88.963% (+0.02%) from 88.939%
b3db2e98-b73d-4d44-995e-94028a9d0900

Pull #16005

circleci

evgeniy.chernomortsev
fix(core): resolve all providers when using resolve() with each option

When resolving multiple default-scoped providers registered under the same
token using `moduleRef.resolve(token, undefined, { each: true })`, the method
was returning the same instance repeated N times instead of all distinct
provider instances.

The issue was in `resolvePerContext` where for static dependency trees it
called `this.get()` which always returned the last registered provider,
ignoring the specific `instanceLink` being processed. Now it returns
`wrapperRef.instance` directly from each instance link.

Closes #15979
Pull Request #16005: fix(core): resolve all providers when using resolve() with each option

2774 of 3498 branches covered (79.3%)

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

7327 of 8236 relevant lines covered (88.96%)

17.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 b3db2e98-b73d-4d44-995e-94028a9d0900.1 02 Dec 2025 09:45PM UTC 356
88.96
Source Files on build b3db2e98-b73d-4d44-995e-94028a9d0900
  • Tree
  • List 356
  • 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 #B3DB2E98...
  • Pull Request #16005
  • PR Base - master (#4CA5C28E...)
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