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

strongloop / loopback-next / 19978
76%

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

pending completion
19978

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

Jobs
ID Job ID Ran Files Coverage
1 19978.1 (TASK=test) 05 Aug 2020 05:03PM UTC 0
91.41
Travis Job 19978.1
Source Files on build 19978
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #19978
  • 60929f11 on github
  • Prev Build on master (#19977)
  • Next Build on master (#19982)
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