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

lostisland / faraday / 620
92%

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

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

1632.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 620.1 (1.9.3, SSL=no) 13 Oct 2016 10:26AM UTC 0
87.98
Travis Job 620.1
2 620.2 (1.9.3, SSL=yes) 13 Oct 2016 10:26AM UTC 0
92.17
Travis Job 620.2
3 620.3 (2.0.0, SSL=no) 13 Oct 2016 10:26AM UTC 0
87.86
Travis Job 620.3
4 620.4 (2.0.0, SSL=yes) 13 Oct 2016 10:26AM UTC 0
92.05
Travis Job 620.4
5 620.5 (2.1, SSL=no) 13 Oct 2016 10:26AM UTC 0
87.75
Travis Job 620.5
6 620.6 (2.1, SSL=yes) 13 Oct 2016 10:26AM UTC 0
92.0
Travis Job 620.6
7 620.7 (2.2, SSL=no) 13 Oct 2016 10:26AM UTC 0
87.47
Travis Job 620.7
8 620.8 (2.2, SSL=yes) 13 Oct 2016 10:27AM UTC 0
91.76
Travis Job 620.8
9 620.9 (2.3.1, SSL=no) 13 Oct 2016 10:27AM UTC 0
87.47
Travis Job 620.9
10 620.10 (2.3.1, SSL=yes) 13 Oct 2016 10:27AM UTC 0
91.76
Travis Job 620.10
11 620.11 (jruby-19mode, SSL=no) 13 Oct 2016 10:28AM UTC 0
88.56
Travis Job 620.11
12 620.12 (jruby-19mode, SSL=yes) 13 Oct 2016 10:28AM UTC 0
93.18
Travis Job 620.12
13 620.13 (jruby-20mode, SSL=no) 13 Oct 2016 10:30AM UTC 0
88.56
Travis Job 620.13
14 620.14 (jruby-20mode, SSL=yes) 13 Oct 2016 10:30AM UTC 0
93.18
Travis Job 620.14
15 620.15 (jruby-21mode, SSL=no) 13 Oct 2016 10:30AM UTC 0
88.56
Travis Job 620.15
16 620.16 (jruby-21mode, SSL=yes) 13 Oct 2016 10:33AM UTC 0
93.18
Travis Job 620.16
Source Files on build 620
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #620
  • f440c44c on github
  • Prev Build on master (#616)
  • Next Build on master (#621)
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