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

strongloop / loopback-next / 1467
76%

Build:
DEFAULT BRANCH: master
Ran 17 Jul 2017 08:02AM UTC
Jobs 2
Files 57
Run time 26s
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
1467

push

travis-ci

web-flow
Allow controller API to be specified via app.api() (#438)

```ts
app.api({
  baseURL: '/',
  paths: {
    '/greet': {
      get: {
        params: {name: 'string', source: 'query'}
        'x-operation-name': 'greet',
        'x-controller': 'MyController'
      }
    }
  }
});
app.controller(MyController);
```

Refactor `registerRoute()` methods to accept arbitrary `RouteEntry`
instance (a handler function or a controller method).

399 of 453 branches covered (88.08%)

Branch coverage included in aggregate %.

1151 of 1212 relevant lines covered (94.97%)

100.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1467.1 17 Jul 2017 08:02AM UTC 0
93.09
Travis Job 1467.1
2 1467.2 17 Jul 2017 08:03AM UTC 0
93.09
Travis Job 1467.2
Source Files on build 1467
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1467
  • aa3ef19d on github
  • Prev Build on master (#1466)
  • Next Build on master (#1474)
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