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

stanford-oval / thingpedia-api / 67 / 1
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2019 09:42PM UTC
Files 13
Run time 5min
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

04 Feb 2019 09:41PM UTC coverage: 67.516%. Remained the same
67.1

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 %.

298 of 418 relevant lines covered (71.29%)

5.62 hits per line

Source Files on job 67.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 61
  • Travis Job 67.1
  • 6fcf83c4 on github
  • Prev Job for on master (#65.1)
  • Next Job for on master (#70.1)
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