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

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

Build:
Build:
LAST BUILD BRANCH: fix_coverall_env
DEFAULT BRANCH: master
Ran 22 Apr 2015 03:33AM UTC
Files 20
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: 94.924%. Remained the same
2.0.0, 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>
```

374 of 394 relevant lines covered (94.92%)

3.92 hits per line

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