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

lostisland / faraday / 621
92%

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2016 10:32AM UTC
Jobs 16
Files 34
Run time 8min
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
621

push

travis-ci

iMacTia
Provide option to not log request/response headers (#530)

Usage:

Without the header option, both request / response headers are logged (backwards compatibility).

```ruby
Faraday.new do |c|
  c.response :logger, Logger.new(STDOUT)
end

Faraday.new do |c|
  c.response :logger, Logger.new(STDOUT), headers: false
end

Faraday.new do |c|
  c.response :logger, Logger.new(STDOUT), headers: { request: false }
end

Faraday.new do |c|
  c.response :logger, Logger.new(STDOUT), headers: { response: false }
end
```

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

1748 of 1887 relevant lines covered (92.63%)

1631.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 621.1 (1.9.3, SSL=no) 13 Oct 2016 10:31AM UTC 0
87.98
Travis Job 621.1
2 621.2 (1.9.3, SSL=yes) 13 Oct 2016 10:32AM UTC 0
92.17
Travis Job 621.2
3 621.3 (2.0.0, SSL=no) 13 Oct 2016 10:32AM UTC 0
87.86
Travis Job 621.3
4 621.4 (2.0.0, SSL=yes) 13 Oct 2016 10:33AM UTC 0
92.05
Travis Job 621.4
5 621.5 (2.1, SSL=no) 13 Oct 2016 10:33AM UTC 0
87.75
Travis Job 621.5
6 621.6 (2.1, SSL=yes) 13 Oct 2016 10:33AM UTC 0
92.0
Travis Job 621.6
7 621.7 (2.2, SSL=no) 13 Oct 2016 10:34AM UTC 0
87.47
Travis Job 621.7
8 621.8 (2.2, SSL=yes) 13 Oct 2016 10:34AM UTC 0
91.76
Travis Job 621.8
9 621.9 (2.3.1, SSL=no) 13 Oct 2016 10:35AM UTC 0
87.47
Travis Job 621.9
10 621.10 (2.3.1, SSL=yes) 13 Oct 2016 10:35AM UTC 0
91.76
Travis Job 621.10
11 621.11 (jruby-19mode, SSL=no) 13 Oct 2016 10:36AM UTC 0
88.56
Travis Job 621.11
12 621.12 (jruby-19mode, SSL=yes) 13 Oct 2016 10:36AM UTC 0
93.18
Travis Job 621.12
13 621.13 (jruby-20mode, SSL=no) 13 Oct 2016 10:38AM UTC 0
88.56
Travis Job 621.13
14 621.14 (jruby-20mode, SSL=yes) 13 Oct 2016 10:40AM UTC 0
93.18
Travis Job 621.14
15 621.15 (jruby-21mode, SSL=no) 13 Oct 2016 10:39AM UTC 0
88.56
Travis Job 621.15
16 621.16 (jruby-21mode, SSL=yes) 13 Oct 2016 10:40AM UTC 0
93.18
Travis Job 621.16
Source Files on build 621
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #621
  • f440c44c on github
  • Prev Build on master (#620)
  • Next Build on master (#629)
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