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

alphagov / notifications-admin / 2648
87%
master: 94%

Build:
Build:
LAST BUILD BRANCH: fix-days-provider-history
DEFAULT BRANCH: master
Ran 25 Apr 2016 08:32AM UTC
Jobs 1
Files 48
Run time 3s
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
2648

push

travis-ci

quis
Fix bug with large file uploads

Depending on the size of the uploaded file, Flask will temporarily store
it in different ways. This means that it comes back as a `TempFile` if
the file is roughly <500k and as `BytesIO` if the file is larger.

`TempFile` supports the `.getvalue()` method, but `BytesIO` does not.
Both support the `.read()` method, so this commit changes to use that
instead.

1572 of 1864 relevant lines covered (84.33%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2648.1 (auth_token=[secure]) 25 Apr 2016 08:32AM UTC 0
84.33
Travis Job 2648.1
Source Files on build 2648
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2648
  • 19662d83 on github
  • Next Build on fix-large-file-uploads (#3880)
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