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

google / google-api-ruby-client / 738 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2017 10:40PM UTC
Files 23
Run time 1s
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

18 Aug 2017 10:35PM UTC coverage: 96.137% (-0.2%) from 96.37%
2.2.5, RAILS_VERSION="~>4.2.0"

push

travis-ci

web-flow
Allow automatic method name clash resolution (#605)

If the method name is generated from the request type, there is a
possibility of a clash if two methods take the same request type. For
example, if two unique methods take the request type
"CreateRoleRequest", both methods will be generated with the method name
"create_role", which causes generation to fail with an exception.

This commit resolves that issue by first generating a method name from
the request type of each method, and keeping track of which names are
duplicates. For methods that will generate a duplicate name from the
request type, the name is generated from the method ID instead (the
resulting name is guaranteed to be unique).

1319 of 1372 relevant lines covered (96.14%)

254.85 hits per line

Source Files on job 738.3 (2.2.5, RAILS_VERSION="~>4.2.0")
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 738
  • Travis Job 738.3
  • b87af017 on github
  • Prev Job for 2.2.5, RAILS_VERSION="~>4.2.0" on master (#734.3)
  • Next Job for 2.2.5, RAILS_VERSION="~>4.2.0" on master (#741.3)
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