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

strongloop / loopback-next / 15869
76%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2020 06:14AM UTC
Jobs 1
Files 452
Run time 32s
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
15869

push

travis-ci-com

raymondfeng
feat(context): allow tags to be matched by a given name with any value

This allows us to find all bindings that match multiple tag name/value
pairs but we don't care about the value for certain tags. For example,
we can now find controller bindings by name as follows:

```ts
const bindings = ctx.findByTag({
  controller: ANY_TAG_VALUE,
  name: 'my-name',
});
```

4336 of 5015 branches covered (86.46%)

Branch coverage included in aggregate %.

11222 of 11796 relevant lines covered (95.13%)

947.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15869.1 (TASK=test) 22 Feb 2020 06:14AM UTC 0
92.55
Travis Job 15869.1
Source Files on build 15869
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #15869
  • 7cf053e4 on github
  • Prev Build on master (#15860)
  • Next Build on master (#15875)
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