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

mrtazz / restclient-cpp / 1257
93%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2020 01:11AM UTC
Jobs 2
Files 6
Run time 21s
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

17 Apr 2020 01:11AM UTC coverage: 96.512%. First build
1257

Pull #155

travis-ci

Spencer Hawkins
Don't half-handle cURL error codes (closes #153)

If cURL returns some error code, just return that to the caller as
ret.code. This works because CURLE codes currently stop at 92 (i.e. they
do not overlap with HTTP 1xx codes).

If a caller notices a code 92 or below, they can inspect ret.body for
some rough analysis of the error. If that is not good enough, they can
also inspect GetInfo().lastRequest.curlError to see the output that curl
put in the curl error buffer (which is for some reason different than
curl_easy_strerror output).
Pull Request #155:

332 of 344 relevant lines covered (96.51%)

92.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1257.1 17 Apr 2020 01:11AM UTC 0
96.51
Travis Job 1257.1
2 1257.2 17 Apr 2020 01:11AM UTC 0
0.0
Travis Job 1257.2
Source Files on build 1257
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1257
  • Pull Request #155
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