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

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

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

14 Jul 2017 01:49PM UTC coverage: 92.827% (-0.1%) from 92.962%
1460.1

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 %.

1145 of 1208 relevant lines covered (94.78%)

49.91 hits per line

Source Files on job 1460.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 4
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1460
  • Travis Job 1460.1
  • 63a60d5b on github
  • Prev Job for on feature/app-api-controller (#1458.1)
  • Next Job for on feature/app-api-controller (#1462.1)
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