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

strongloop / loopback-next / 2313 / 1
93%
master: 76%

Build:
Build:
LAST BUILD BRANCH: pm2-deployment-docs
DEFAULT BRANCH: master
Ran 27 Sep 2017 09:12AM UTC
Files 66
Run time 4s
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

27 Sep 2017 09:00AM UTC coverage: 93.33%. First build
2313.1

push

travis-ci

bajtos
feat(context): introduce GetValueOptions

Introduce a second optional parameter of getter methods in Context
class. Modify `@inject` to accept GetValueOptions as part of the second
"metadata" argument. Modify `resolve` to pass `@inject` metadata to the
context getter method.

With this foundation in place, rework the way how nested properties are
retrieved: drop support for string-encoded "key#path" pair, use a new
option "property" instead.

BREAKING CHANGE: injection keys using "#" to build a key+path pair are
no longer supported. The property path should be specified via the new
options argument.

Before:

    const port = ctx.getSync('config#rest.port');
    @inject('config#rest.port')

Now:

    const port = ctx.getSync('config', {property: 'rest.port'});
    @inject('config', {property: 'rest.port'});

479 of 545 branches covered (87.89%)

Branch coverage included in aggregate %.

1410 of 1479 relevant lines covered (95.33%)

64.83 hits per line

Source Files on job 2313.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2313
  • Travis Job 2313.1
  • c81697d2 on github
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