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

strongloop / loopback-next / 1460
93%
master: 76%

Build:
Build:
LAST BUILD BRANCH: pm2-deployment-docs
DEFAULT BRANCH: master
Ran 14 Jul 2017 01:57PM UTC
Jobs 2
Files 57
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
1460

push

travis-ci

bajtos
Allow controller API to be specified via app.api()

```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).

395 of 451 branches covered (87.58%)

Branch coverage included in aggregate %.

33 of 33 new or added lines in 3 files covered. (100.0%)

1145 of 1208 relevant lines covered (94.78%)

99.83 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
packages/core/src/application.ts
Jobs
ID Job ID Ran Files Coverage
1 1460.1 14 Jul 2017 02:01PM UTC 0
92.83
Travis Job 1460.1
2 1460.2 14 Jul 2017 01:57PM UTC 0
92.83
Travis Job 1460.2
Source Files on build 1460
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1460
  • 63a60d5b on github
  • Prev Build on feature/app-api-controller (#1458)
  • Next Build on feature/app-api-controller (#1462)
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

© 2025 Coveralls, Inc