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

gajus / slonik / 201 / 1
67%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v29.1.0
DEFAULT BRANCH: master
Ran 23 Oct 2018 12:38PM UTC
Files 11
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

23 Oct 2018 12:30PM UTC coverage: 66.59%. First build
201.1

push

travis-ci

gajus
feat: remove ability to customise errors

BREAKING CHANGE:

Removing ability to configure NotFoundError.

Instead use a helper function to check if error is of certain type, e.g.

```js
// @flow

import {
  NotFoundError as SlonikNotFoundError
} from 'slonik';
import {
  NotFoundError as LocalNotFoundError
} from '../types';

export default (error: Error) => {
  return error instanceof SlonikNotFoundError || error instanceof LocalNotFoundError;
};

```

82 of 128 branches covered (64.06%)

Branch coverage included in aggregate %.

207 of 306 relevant lines covered (67.65%)

4.73 hits per line

Source Files on job 201.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 198
  • Travis Job 201.1
  • 9c5b8b38 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