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

roo-rb / roo / 539 / 6
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: fix-issue-541
DEFAULT BRANCH: master
Ran 05 Oct 2018 07:44AM UTC
Files 41
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

05 Oct 2018 07:37AM UTC coverage: 94.019% (+0.2%) from 93.79%
2.1, LONG_RUN=true, Gemfile_ruby2

Pull #462

travis-ci

web-flow
Restore support of URL for CSV

### Summary

Fixes https://github.com/roo-rb/roo/issues/378 and https://github.com/roo-rb/roo/issues/374 (Introduced in https://github.com/roo-rb/roo/pull/368)

### Benchmark

```
file_name = 'test/files/Bibelbund.csv'

MemoryProfiler.report{ Roo::Spreadsheet.open(file_name).tap{|x|(2..x.last_row).each{|i| x.row(i)}} }
puts Benchmark.measure{ Roo::Spreadsheet.open(file_name).tap{|x|(2..x.last_row).each{|i| x.row(i)}} }
```

Master
```
Total allocated: 39705265 bytes (561479 objects)
Total retained:  768 bytes (4 objects)

  0.300000   0.000000   0.300000 (  0.304877)
```

Modified:
```
Total allocated: 16952085 bytes (234487 objects)
Total retained:  768 bytes (4 objects)

  0.190000   0.000000   0.190000 (  0.181199)
```
Pull Request #462: Restore support of URL for CSV

1745 of 1856 relevant lines covered (94.02%)

33834.99 hits per line

Source Files on job 539.6 (2.1, LONG_RUN=true, Gemfile_ruby2)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 535
  • Travis Job 539.6
  • b073fdb5 on github
  • Prev Job for 2.1, LONG_RUN=true, Gemfile_ruby2 on restore_support_or_url_for_csv (#538.6)
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