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

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

Build:
Build:
LAST BUILD BRANCH: rc
DEFAULT BRANCH: production
Ran 10 Aug 2020 11:10AM UTC
Files 478
Run time 3min
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

10 Aug 2020 10:54AM UTC coverage: 96.134% (-0.02%) from 96.154%
3556.2

push

travis-ci

Romain Lenzotti
fix(common): Deprecate some signature for @Property() decorator

### Deprecated usage
#### Example 1
```typescript
class Model {
  @Property({use: String, name: 'prop_test'})
  prop: string[];
}
```
Use instead:
```typescript
class Model {
  @CollectionOf(String)
  @Name('prop_test')
  prop: string[];
}
```
#### Example 2
```typescript
class Model {
  @Property('prop_test')
  prop: string[];
}
```
Use instead:
```typescript
class Model {
  @Name('prop_test')
  prop: string[];
}
```

2842 of 3205 branches covered (88.67%)

Branch coverage included in aggregate %.

6459 of 6470 relevant lines covered (99.83%)

6477.07 hits per line

Source Files on job 3556.2
  • Tree
  • List 0
  • Changed 17
  • Source Changed 4
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 404
  • Travis Job 3556.2
  • 33513693 on github
  • Prev Job for on master (#3537.3)
  • Next Job for on master (#3562.3)
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