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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 24 May 2018 07:40AM UTC
Files 74
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

24 May 2018 07:37AM UTC coverage: 94.363% (+0.1%) from 94.267%
779.2

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

45.68 hits per line

Source Files on job 779.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 682
  • Travis Job 779.2
  • be6536dc on github
  • Prev Job for on develop (#778.3)
  • Next Job for on develop (#780.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