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

TypedProject / tsed / 3688
96%
production: 96%

Build:
Build:
LAST BUILD BRANCH: rc
DEFAULT BRANCH: production
Ran 19 Sep 2020 08:08AM UTC
Jobs 3
Files 451
Run time 1min
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
3688

push

travis-ci

Romakita
fix(common): Fix @UseAfter and @UseBefore decorators when it was used twice or more on the same class or method

BREAKING CHANGE:
If you use UseBefore or UseAfter as following:
```typescript
class MyController {
  @UseBefore(Middleware1)
  @UseBefore(Middleware2)
  test(){}
}
```
You have to inverse the middlewares:
```typescript
class MyController {
  @UseBefore(Middleware2)
  @UseBefore(Middleware1)
  test(){}
}
```

The calls order was wrong in v5. v6 fix this problem.

2576 of 2909 branches covered (88.55%)

Branch coverage included in aggregate %.

5818 of 5826 relevant lines covered (99.86%)

34677.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3688.1 19 Sep 2020 08:08AM UTC 0
96.08
Travis Job 3688.1
2 3688.2 19 Sep 2020 08:08AM UTC 0
96.08
Travis Job 3688.2
3 3688.3 19 Sep 2020 08:08AM UTC 0
96.08
Travis Job 3688.3
Source Files on build 3688
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3688
  • 298e49e0 on github
  • Prev Build on feat-platform-koa (#3686)
  • Next Build on feat-platform-koa (#3690)
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