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

mrtazz / restclient-cpp / 138
93%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2016 10:04PM UTC
Jobs 1
Files 6
Run time 0s
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
138

push

travis-ci

mrtazz
Connection: Initialize timeout and followRedirects (#46)

This fixes the following Valgrind failure:

```
==6158== Conditional jump or move depends on uninitialised value(s)
==6158==    at 0x4738F2: RestClient::Connection::performCurlRequest(std::string const&) (REDACTED)
==6158==    by 0x473D10: RestClient::Connection::get(std::string const&) (REDACTED)
==6158==    by 0x472779: RestClient::get(std::string const&) (REDACTED)
==6158==    by 0x40E59F: RestClientCpp_Http_Test::TestBody() (REDACTED)
==6158==    by 0x447798: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (REDACTED)
==6158==    by 0x43A2CE: testing::Test::Run() (REDACTED)
==6158==    by 0x43A38C: testing::TestInfo::Run() (REDACTED)
==6158==    by 0x43A4A4: testing::TestCase::Run() (REDACTED)
==6158==    by 0x43A757: testing::internal::UnitTestImpl::RunAllTests() (REDACTED)
==6158==    by 0x43A9F8: testing::UnitTest::Run() (REDACTED)
==6158==    by 0x40C99F: main (REDACTED)
==6158==
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:_ZN10RestClient10Connection18performCurlRequestERKSs
   fun:_ZN10RestClient10Connection3getERKSs
   fun:_ZN10RestClient3getERKSs
   fun:_ZN23RestClientCpp_Http_Test8TestBodyEv
   fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
   fun:_ZN7testing4Test3RunEv
   fun:_ZN7testing8TestInfo3RunEv
   fun:_ZN7testing8TestCase3RunEv
   fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
   fun:_ZN7testing8UnitTest3RunEv
   fun:main
}
```

204 of 206 relevant lines covered (99.03%)

45.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 138.1 19 Apr 2016 10:04PM UTC 0
99.03
Travis Job 138.1
Source Files on build 138
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #138
  • 0d6e64d0 on github
  • Prev Build on master (#130)
  • Next Build on master (#139)
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