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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 20 Apr 2018 09:45AM 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

20 Apr 2018 09:39AM UTC coverage: 94.392% (-0.009%) from 94.401%
740.1

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

45.84 hits per line

Source Files on job 740.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 647
  • Travis Job 740.1
  • d2ecc032 on github
  • Prev Job for on develop (#739.1)
  • Next Job for on develop (#745.2)
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