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

google / google-api-ruby-client / 993 / 4
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2018 03:38PM UTC
Files 23
Run time 4s
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

22 Mar 2018 03:34PM UTC coverage: 96.107%. Remained the same
2.2, RAILS_VERSION="~>5.0.0"

push

travis-ci

grant
Improve language in Logging section of README (#642)

For readers following the README's sequence of instructions to get logging to STDOUT/STDERR, they will generally add code in the order which it appears in the README. That results in this:
```
Google::Apis.logger.level = Logger::DEBUG
Google::Apis.logger = Logger.new(STDERR)
```

However, this configuration will not have the desired effect in Rails apps, since the newly created logger will not respect the log level which was actually set on the Rails logger. By changing the order in which these code snippets appear in the README, we can help readers avoid this gotcha.

Additionally, I offer a small semantic improvement to help readers better understand the two options they have for changing the default logger.

1333 of 1387 relevant lines covered (96.11%)

398.99 hits per line

Source Files on job 993.4 (2.2, RAILS_VERSION="~>5.0.0")
  • List 23
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 993.4
  • a0af2cee on github
  • Prev Job for 2.2, RAILS_VERSION="~>5.0.0" on master (#992.4)
  • Next Job for 2.2, RAILS_VERSION="~>5.0.0" on master (#994.4)
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

© 2024 Coveralls, Inc