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

stefankoegl / python-json-patch / 74 / 1
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2014 06:04PM UTC
Files 1
Run time –
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

15 Feb 2014 06:03PM UTC coverage: 95.07% (-0.5%) from 95.61%
74.1

Pull #25

travis-ci

kxepal
Optimize jsonpatch.make_patch for lists. Fixes #24

This optimization tries to work only with really different lists
subsequences and trying to preserve as much as possible common ones.
This reduces overall of generated operations since now it's possible
to simple insertions. Also, it converts pairs of remove-add operations
into single replace (if target path is the same) or move (if target
value is the same).
Pull Request #25: Optimize jsonpatch.make_patch for lists. Fixes #24

270 of 284 relevant lines covered (95.07%)

0.95 hits per line

Source Files on job 74.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 74
  • Travis Job 74.1
  • 1ebdf3a1 on github
  • Prev Job for on master (#73.2)
  • Next Job for on master (#75.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