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

jbremer / sflock / 89
95%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2017 09:02PM UTC
Jobs 2
Files 20
Run time 96min
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
89

push

travis-ci

jbremer
on the road towards more caching instead of in-memory file storage

When submitting larger files, i.e., in the ranges of a few hundred
megabytes up until a gigabyte, the process of loading all of the file
contents into memory is a pretty expensive one.

Among other things this commit takes care of the following:
* Start on a streaming interface as compared to an in-memory buffer.
* Limit the buffer passed along to the magic library to one megabyte.
* Use temporary files for caching purposes in zipify().
* Unit tests for all of the above.

Next steps should most likely include extracting files from archives
into temporary files rather than in-memory, so that a .zip file with a
one gigabyte file embedded will still work properly.

658 of 709 relevant lines covered (92.81%)

1.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 89.1 06 Feb 2017 09:02PM UTC 0
92.81
Travis Job 89.1
2 89.2 06 Feb 2017 10:39PM UTC 0
86.04
Travis Job 89.2
Source Files on build 89
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #89
  • 2c2f3a18 on github
  • Prev Build on master (#88)
  • Next Build on master (#90)
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