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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 24 May 2018 07:40AM UTC
Jobs 3
Files 74
Run time 1min
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
779

push

travis-ci

simon-scherzinger
feat: removed Account#createAPIKey

BREAKING CHANGE:

removed duplicate function

before:
```js
const jwt = await accounts.createAPIKey();
```

after:
```js
const jwt = (await accounts.createApiToken()).jwt;
// has iat, exp and, accountID as well
```

1117 of 1260 branches covered (88.65%)

2829 of 2998 relevant lines covered (94.36%)

137.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 779.1 24 May 2018 07:40AM UTC 0
94.36
Travis Job 779.1
2 779.2 24 May 2018 07:40AM UTC 0
94.36
Travis Job 779.2
3 779.3 24 May 2018 07:41AM UTC 0
94.36
Travis Job 779.3
Source Files on build 779
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #779
  • be6536dc on github
  • Prev Build on develop (#778)
  • Next Build on develop (#780)
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