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

TypedProject / tsed / 3692 / 2
96%
production: 96%

Build:
Build:
LAST BUILD BRANCH: rc
DEFAULT BRANCH: production
Ran 19 Sep 2020 08:25AM UTC
Files 451
Run time 31s
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

19 Sep 2020 08:21AM UTC coverage: 96.085% (-0.04%) from 96.123%
3692.2

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.

2575 of 2909 branches covered (88.52%)

Branch coverage included in aggregate %.

5818 of 5826 relevant lines covered (99.86%)

11561.77 hits per line

Source Files on job 3692.2
  • Tree
  • List 0
  • Changed 168
  • Source Changed 8
  • Coverage Changed 168
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 519
  • Travis Job 3692.2
  • 3bd0d327 on github
  • Prev Job for on alpha (#3674.1)
  • Next Job for on alpha (#3694.2)
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