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

stefankoegl / python-json-patch / 74
66%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2014 06:04PM UTC
Jobs 5
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

pending completion
74

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

272 of 284 relevant lines covered (95.77%)

4.76 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
8
100.0
jsonpatch.py
Jobs
ID Job ID Ran Files Coverage
1 74.1 15 Feb 2014 06:04PM UTC 0
95.07
Travis Job 74.1
2 74.2 15 Feb 2014 06:04PM UTC 0
95.42
Travis Job 74.2
3 74.3 15 Feb 2014 06:04PM UTC 0
95.07
Travis Job 74.3
4 74.4 15 Feb 2014 06:04PM UTC 0
95.07
Travis Job 74.4
5 74.5 15 Feb 2014 06:04PM UTC 0
95.42
Travis Job 74.5
Source Files on build 74
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #74
  • Pull Request #25
  • PR Base - master (#73)
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