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

stanford-oval / thingpedia-api / 67
79%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2019 09:42PM UTC
Jobs 1
Files 13
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
67

push

travis-ci

gcampax
Fix bug in resubmitting POST requests after redirect

HTTP spec says that after a 301, 302 or 307 redirect, POST requests
should be sent with the original body.
Instead, we were sending undefined.

lgtm.com caught this bug by noticing that the variable data we used
was not the one in the outer scope (as we thought) but another
unrelated variable with the same name, that was hoisted earlier.
Replacing "var" with "let" removes the hoisting and fixes the bug.

126 of 210 branches covered (60.0%)

Branch coverage included in aggregate %.

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

298 of 418 relevant lines covered (71.29%)

5.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 67.1 04 Feb 2019 09:42PM UTC 0
67.52
Travis Job 67.1
Source Files on build 67
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #67
  • 6fcf83c4 on github
  • Prev Build on master (#65)
  • Next Build on master (#70)
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