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

jamesfer / cypher-query-builder / 319 / 1
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: update-node-neo4j-test-versions
DEFAULT BRANCH: master
Ran 25 Jun 2019 09:46AM UTC
Files 35
Run time 9s
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

25 Jun 2019 09:42AM UTC coverage: 97.725%. Remained the same
319.1

Pull #76

travis-ci

web-flow
fix(Delete): change the default behaviour of delete clause not to use detach

Previously the `delete` clause set the detach option to true, meaning that `.delete` and
`.detachDelete` actually had the same behaviour unless you explicitly set `detach: false` in the
delete options. It makes more sense for `delete` to become a `DELETE` clause in cypher and
`detachDelete` to become a `DETACH DELETE` clause.

BREAKING CHANGE: The `.delete` method now uses `detach: false` by default meaning that it will
become a plain old `DELETE` clause in cypher. To retain the previous behaviour of becoming a `DETACH
DELETE` clause by default, use the `.detachDelete` method instead.
Pull Request #76: fix(Delete): change the default behaviour of delete clause not to use DETACH DELETE

332 of 403 branches covered (82.38%)

816 of 835 relevant lines covered (97.72%)

23.5 hits per line

Source Files on job 319.1
  • Tree
  • List 0
  • Changed 10
  • Source Changed 2
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 217
  • Travis Job 319.1
  • d33147ae on github
  • Prev Job for on change-delete-default-behaviour (#315.1)
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