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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 28 Aug 2017 04:12PM UTC
Jobs 2
Files 66
Run time 2min
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
375

push

travis-ci

simon-scherzinger
BREAKING CHANGE: feat: "Lite" PublicAssetResource for better handling of entries. Used for ec-form. CMS-2911

Since version 0.7.0 the ec.sdk supports "Lite" PublicAssetResources. Those are used to better support EntryResources in ec-forms. They are a stripped down versions of PublicAssetResources containing everything but `tags`. The reason to add this was better support of title handling for linked entries.

Migration is straight forward, just add `.assetID` on all linked entry types when you don't use nested assets.

Before:

```js
publicAPI.entry('myModel', entryID)
.then((entry) => {
  console.log(entry.asset); // would print `assetID`
});
```

After:

```js
publicAPI.entry('myModel', entryID)
.then((entry) => {
  console.log(entry.asset.assetID); // would print `assetID`
});
```

1256 of 1411 branches covered (89.01%)

2665 of 2686 relevant lines covered (99.22%)

67.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 375.1 28 Aug 2017 04:14PM UTC 0
99.22
Travis Job 375.1
2 375.2 28 Aug 2017 04:12PM UTC 0
99.22
Travis Job 375.2
Source Files on build 375
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #375
  • 88a3639f on github
  • Prev Build on develop (#374)
  • Next Build on develop (#376)
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