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

danielstocks / yak / 22
100%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2016 03:46PM 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
22

Pull #5

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
Pull Request #5: Added collections

50 of 51 relevant lines covered (98.04%)

2.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22.1 26 Jan 2016 03:46PM UTC 0
98.04
Travis Job 22.1
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22
  • Pull Request #5
  • PR Base - master (#21)
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