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

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

Build:
Build:
LAST BUILD BRANCH: fix-issue-541
DEFAULT BRANCH: master
Ran 05 Oct 2018 07:40AM UTC
Jobs 7
Files 41
Run time 6min
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
539

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

16 of 16 new or added lines in 1 file covered. (100.0%)

1716 of 1825 relevant lines covered (94.03%)

196516.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 539.1 (2.2, LONG_RUN=true) 05 Oct 2018 07:42AM UTC 0
94.03
Travis Job 539.1
2 539.2 (2.3, LONG_RUN=true) 05 Oct 2018 07:41AM UTC 0
94.05
Travis Job 539.2
3 539.3 (2.4, LONG_RUN=true) 05 Oct 2018 07:40AM UTC 0
94.05
Travis Job 539.3
4 539.4 (2.5, LONG_RUN=true) 05 Oct 2018 07:40AM UTC 0
94.05
Travis Job 539.4
6 539.6 (2.1, LONG_RUN=true, Gemfile_ruby2) 05 Oct 2018 07:44AM UTC 0
94.02
Travis Job 539.6
7 539.7 (ruby-head, LONG_RUN=true) 05 Oct 2018 07:44AM UTC 0
94.03
Travis Job 539.7
8 539.8 (jruby-9.1.6.0, LONG_RUN=true) 05 Oct 2018 07:47AM UTC 0
0.0
Travis Job 539.8
Source Files on build 539
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #539
  • Pull Request #462
  • PR Base - master (#538)
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