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

strongloop / loopback-next / 19978 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2020 05:03PM UTC
Files 677
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

05 Aug 2020 04:52PM UTC coverage: 91.406%. Remained the same
TASK=test

push

travis-ci-com

raymondfeng
feat(context): propagate resolution session to dynamic value factory

This allows parameter injection of current binding using @inject.binding
and configuration of the current binding using @config. For example,

```ts
class GreetingProvider {
  static async value(
    @inject('user') user: string,
    @inject.binding currentBinding: Binding,
    @config() cfg: GreetingConfig,
  ) {
    // ...
  }
}
```

5808 of 6933 branches covered (83.77%)

Branch coverage included in aggregate %.

15432 of 16304 relevant lines covered (94.65%)

1165.03 hits per line

Source Files on job 19978.1 (TASK=test)
  • Tree
  • List 0
  • Changed 18
  • Source Changed 2
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 15788
  • Travis Job 19978.1
  • 60929f11 on github
  • Prev Job for TASK=test on master (#19977.1)
  • Next Job for TASK=test on master (#19982.1)
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