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

entrecode / ec.sdk / 389 / 2
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 01 Sep 2017 10:19AM UTC
Files 66
Run time 3s
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

01 Sep 2017 10:15AM UTC coverage: 99.175% (+0.03%) from 99.148%
389.2

push

travis-ci

simon-scherzinger
refactor: major refactor. switched sources to typescript to get rid of extra typings files.

BREAKING CHANGE: All import statements will change with this update. Also note that some bug were fixed during the refactor. Those also include some typos in function names, but only of functions I'm certain nobody is using. :-D

Before:

```js
// …
import { AccountResource } from 'ec.sdk/typings/resources/accounts/AccountResource';
// …
```

After:

```js
// …
import AccountResource from 'ec.sdk/src/resources/accounts/AccountResource';
// …
```

1049 of 1153 branches covered (90.98%)

2523 of 2544 relevant lines covered (99.17%)

37.19 hits per line

Source Files on job 389.2
  • Tree
  • List 0
  • Changed 66
  • Source Changed 66
  • Coverage Changed 66
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 389
  • Travis Job 389.2
  • cfc9a4e3 on github
  • Prev Job for on develop (#384.2)
  • Next Job for on develop (#390.1)
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