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

adonisjs / adonis-framework / 606 / 3
95%
develop: 95%

Build:
DEFAULT BRANCH: develop
Ran 12 Jan 2017 06:38AM UTC
Files 36
Run time 1s
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

12 Jan 2017 06:37AM UTC coverage: 98.186% (+0.001%) from 98.185%
606.3

push

travis-ci

thetutlage
fix(routing): allow to prefix a group without a starting slash (#416)

* test(routing): test that prefix works without start slash

* fix(routing): allow to prefix a group without a starting slash

We should be able to prefix route's group without writing the first
slash.

Example:
```javascript
Route.group('v1', function () {
  // Some routes...
}).prefix('api/v1') // before it should be .prefix('/api/v1')
```

Closes: https://github.com/adonisjs/adonis-framework/issues/415

1299 of 1323 relevant lines covered (98.19%)

23.78 hits per line

Source Files on job 606.3
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 606
  • Travis Job 606.3
  • 391b149c on github
  • Prev Job for on develop (#605.3)
  • Next Job for on develop (#607.3)
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