|
Ran
|
Jobs
1
|
Files
336
|
Run time
15s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/curl/curl/commit/<a class=hub.com/curl/curl/commit/e8a4da67f5d041f6fac0a1fea20d58bf5f151691">e8a4da67f<a href="https://github.com/curl/curl/commit/e8a4da67f5d041f6fac0a1fea20d58bf5f151691">">test1521: fix compiler warnings The integer literal 3123123123 doesn&#39;t fit into a 32-bit signed integer, so GCC with 32-bit long warns in C90 mode: this decimal constant is unsigned only in ISO C90 [enabled by default] Fix this by using ULONG_MAX, which should fit in any curl_off_t and has the correct suffix to not issue any warnings. Also adds the missing CURLOPT_REQUEST_TARGET from commit </a><a class="double-link" href="https://github.com/curl/curl/commit/<a class="double-link" href="https://github.com/curl/curl/commit/9b167fd090f596eac828817d48c247eeae53407f">9b167fd09</a>">9b167fd09</a><a href="https://github.com/curl/curl/commit/e8a4da67f5d041f6fac0a1fea20d58bf5f151691">. Closes https://github.com/curl/curl/pull/1611
18598 of 25192 relevant lines covered (73.83%)
42615.71 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
100.0 |
lib/http_proxy.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 7 | 5658.7 (BUILD_TYPE=coverage) | 0 |
73.83 |
Travis Job 5658.7 |