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

TypedProject / tsed / 3692
96%
production: 96%

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

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 3692.1 19 Sep 2020 08:24AM UTC 0
96.08
Travis Job 3692.1
2 3692.2 19 Sep 2020 08:25AM UTC 0
96.08
Travis Job 3692.2
3 3692.3 19 Sep 2020 08:25AM UTC 0
96.08
Travis Job 3692.3
Source Files on build 3692
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3692
  • 3bd0d327 on github
  • Prev Build on alpha (#3674)
  • Next Build on alpha (#3694)
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