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

danielstocks / yak / 20
98%
master: 100%

Build:
Build:
LAST BUILD BRANCH: refactor/remove-lodash
DEFAULT BRANCH: master
Ran 26 Jan 2016 03:43PM UTC
Jobs 1
Files 2
Run time 0s
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
20

push

travis-ci

danielstocks
Added collections

Make a backwards incompatible change when using Model.all.
In the callback argument, models are now namespaced under the models
given name. For instance:

var Fruit = yak.model({
  name: "fruits"
});
Fruit.all().then(collection => {
  collection.fruits.forEach(fruit => {
    console.log(fruit.attrs.name);
  });
});

This will break any existing implementations relying on the models
being directly accessible via an array in the callback argument

50 of 51 relevant lines covered (98.04%)

2.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20.1 26 Jan 2016 03:43PM UTC 0
98.04
Travis Job 20.1
Source Files on build 20
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20
  • d9d6cdfb on github
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