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

tarcieri / http / 551 / 10
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2014 12:59AM UTC
Files 22
Run time 10s
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

09 Jun 2014 12:49AM UTC coverage: 94.389% (+0.08%) from 94.305%
jruby-head, JRUBY_OPTS="$JRUBY_OPTS --debug"

push

travis-ci

ixti
Improve HTTP::Response::Status

- Cover with tests edge cases of String reason Symbolization
- Provide extra map of Symbols to codes and codes to Symbols
- Provide simple way to coerce symbols/codes to Status instance

``` ruby
HTTP::Response::Status[:bad_request] # => 400 Bad Request
HTTP::Response::Status["Not found"]  # => 404 Not Found
HTTP::Response::Status[500]          # => 500 INternal Server Error
```

572 of 606 relevant lines covered (94.39%)

26.71 hits per line

Source Files on job 551.10 (jruby-head, JRUBY_OPTS="$JRUBY_OPTS --debug")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 551
  • Travis Job 551.10
  • 76546d3d on github
  • Prev Job for jruby-head, JRUBY_OPTS="$JRUBY_OPTS --debug" on master (#546.10)
  • Next Job for jruby-head, JRUBY_OPTS="$JRUBY_OPTS --debug" on master (#554.10)
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