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

gongo / turnip_formatter / 176 / 20
93%
master: 62%

Build:
Build:
LAST BUILD BRANCH: fix_coverall_env
DEFAULT BRANCH: master
Ran 22 Apr 2015 03:59AM UTC
Files 29
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

22 Apr 2015 03:20AM UTC coverage: 92.713%. Remained the same
jruby-1.7.10, spec/gemfiles/Gemfile-rspec-3.2.x

push

travis-ci

gongo
Change incorrect URL test case

See: https://bugs.ruby-lang.org/issues/10669

Ruby 2.1.5

```
irb(main):001:0> RUBY_VERSION
=> "2.1.5"
irb(main):002:0> require 'uri'
=> true
irb(main):003:0> URI.parse('http://e_xample.com/')
URI::InvalidURIError: the scheme http does not accept registry part: e_xample.com (or bad hostname?)
```

Ruby 2.2.1

```
irb(main):001:0> RUBY_VERSION
=> "2.2.1"
irb(main):002:0> require 'uri'
=> true
irb(main):003:0> URI.parse('http://e_xample.com/')
=> #<URI::HTTP http://e_xample.com/>
irb(main):004:0>
```

458 of 494 relevant lines covered (92.71%)

5.16 hits per line

Source Files on job 176.20 (jruby-1.7.10, spec/gemfiles/Gemfile-rspec-3.2.x)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 176
  • Travis Job 176.20
  • c7cbc91d on github
  • Prev Job for jruby-1.7.10, spec/gemfiles/Gemfile-rspec-3.2.x on update-dependency-libraries (#174.20)
  • Next Job for jruby-1.7.10, spec/gemfiles/Gemfile-rspec-3.2.x on update-dependency-libraries (#180.20)
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