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

vdurmont / semver4j / 73 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 06 Jun 2018 12:36PM UTC
Files 14
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

06 Jun 2018 12:35PM UTC coverage: 93.814% (+1.0%) from 92.857%
73.1

Pull #33

travis-ci

web-flow
Add pretty `toString()` representation for Range and Requirement

Instead of a relatively abstract representation for `Range#toString()` and `Requirement#toString()`
they now return a representation which is in turn again a valid range or version expression.

Example for `Range#toString()`:

* Before: "(EQ, 1.2.3)"
* After: "=1.2.3"

Examples for `Requirement#toString()`:

* Before: "Requirement{(EQ, 1.2.3)}"
* After: "=1.2.3"

* Before: "Requirement{(EQ, 1.2.3) OR (LT, 2.0.0)}"
* After: "=1.2.3 || <2.0.0"
Pull Request #33: Pretty string representations for Range and Requirement

546 of 582 relevant lines covered (93.81%)

162.74 hits per line

Source Files on job 73.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 69
  • Travis Job 73.1
  • e71592d3 on github
  • Prev Job for on master (#70.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