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

TypedProject / tsed / 3556
96%
production: 96%

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

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[];
}
```

2844 of 3205 branches covered (88.74%)

Branch coverage included in aggregate %.

6459 of 6470 relevant lines covered (99.83%)

19424.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3556.1 10 Aug 2020 11:09AM UTC 0
96.13
Travis Job 3556.1
2 3556.2 10 Aug 2020 11:10AM UTC 0
96.13
Travis Job 3556.2
3 3556.3 10 Aug 2020 11:10AM UTC 0
96.13
Travis Job 3556.3
Source Files on build 3556
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3556
  • 33513693 on github
  • Prev Build on master (#3537)
  • Next Build on master (#3562)
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