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

vdurmont / semver4j / 73
93%

Build:
DEFAULT BRANCH: master
Ran 06 Jun 2018 12:36PM UTC
Jobs 1
Files 5
Run time 2s
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
73

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

17 of 17 new or added lines in 2 files covered. (100.0%)

541 of 577 relevant lines covered (93.76%)

164.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 73.1 06 Jun 2018 12:36PM UTC 0
93.81
Travis Job 73.1
Source Files on build 73
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #73
  • Pull Request #33
  • PR Base - master (#70)
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

© 2025 Coveralls, Inc