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

joelmukuthu / knorm / 195
98%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2017 10:38PM UTC
Jobs 1
Files 9
Run time 1s
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
195

push

travis-ci

joelmukuthu
refactor(field): name cast functions explicitly

BREAKING CHANGE: field cast options changed from:

```js
Model.fields = {
  foo: {
    cast: {
      save() {},
      fetch() {}
    }
  }
};
```

to:

```js
Model.fields = {
  foo: {
    cast: {
      forSave() {},
      forFetch() {}
    }
  }
};
```

479 of 503 branches covered (95.23%)

Branch coverage included in aggregate %.

882 of 908 relevant lines covered (97.14%)

256.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 195.1 (POSTGRES_USER=knorm POSTGRES_PASSWORD=knorm POSTGRES_DB=knorm POSTGRES_PORT=5432) 20 Aug 2017 10:38PM UTC 0
96.46
Travis Job 195.1
Source Files on build 195
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #195
  • 2e192e12 on github
  • Prev Build on master (#194)
  • Next Build on master (#204)
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