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

TypedProject / tsed / 3690
96%
production: 96%

Build:
Build:
LAST BUILD BRANCH: rc
DEFAULT BRANCH: production
Ran 19 Sep 2020 08:15AM 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
3690

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 3690.1 19 Sep 2020 08:15AM UTC 0
96.08
Travis Job 3690.1
2 3690.2 19 Sep 2020 08:16AM UTC 0
96.08
Travis Job 3690.2
3 3690.3 19 Sep 2020 08:16AM UTC 0
96.08
Travis Job 3690.3
Source Files on build 3690
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3690
  • 84c1e072 on github
  • Prev Build on feat-platform-koa (#3688)
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