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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 20 Apr 2018 09:43AM UTC
Jobs 2
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
740

push

travis-ci

simon-scherzinger
feat: LiteDMAccountResource in RoleResource

BREAKING CHANGE

RoleResource's accounts field now has an array of LiteDMAccountResources not strings

before:
```js
const role = await dm.role(roleID);
console.info(role.accounts[0]); // logs uuid string
```

after:
```js
const role = await dm.role(roleID);
console.info(role.accounts[0].accountID); // logs uuid string
```

1115 of 1255 branches covered (88.84%)

2811 of 2978 relevant lines covered (94.39%)

91.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 740.1 20 Apr 2018 09:45AM UTC 0
94.39
Travis Job 740.1
2 740.2 20 Apr 2018 09:43AM UTC 0
94.39
Travis Job 740.2
Source Files on build 740
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #740
  • d2ecc032 on github
  • Prev Build on develop (#739)
  • Next Build on develop (#745)
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