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

Romakita / ts-express-decorators / 1668
100%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2018 08:07PM UTC
Jobs 4
Files 205
Run time 315min
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
1668

push

travis-ci

Romakita
feat(mvc): Add Multi route support on an Endpoint

Now, the decorators `@Get`, `@Post`, `Put`, `Delete`, `@Head` can be used several times
on the same class method.

```typescript
@Controller("/")
export MyCtrl {

  @Get("/route1")
  @Get("/route2")
  async myMethod() {
     return {};
  }
}
```
It useful when you need to create alias route on the same method.

- Add ExpressRouter decorator (inject Express.Router instance on a controller).
- Deprecate RouterController (use ExpressRouter instead of).
- Deprecate EndpointMetadata.httpMethod, EndpointMetadata.hasHttpMethod and EndpointMetadata.path.
- Fix Regex support on route.

Closes: #255

900 of 969 branches covered (92.88%)

55 of 55 new or added lines in 8 files covered. (100.0%)

2911 of 2911 relevant lines covered (100.0%)

520.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1668.1 06 Mar 2018 08:07PM UTC 0
100.0
Travis Job 1668.1
2 1668.2 06 Mar 2018 08:08PM UTC 0
100.0
Travis Job 1668.2
3 1668.3 06 Mar 2018 08:09PM UTC 0
100.0
Travis Job 1668.3
4 1668.4 06 Mar 2018 08:09PM UTC 0
100.0
Travis Job 1668.4
Source Files on build 1668
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1668
  • 9a0e25ed on github
  • Prev Build on master (#1663)
  • Next Build on master (#1674)
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