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

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

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

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%)

74.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 389.1 01 Sep 2017 10:20AM UTC 0
99.17
Travis Job 389.1
2 389.2 01 Sep 2017 10:19AM UTC 0
99.17
Travis Job 389.2
Source Files on build 389
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #389
  • cfc9a4e3 on github
  • Prev Build on develop (#384)
  • Next Build on develop (#390)
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