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

google / google-api-ruby-client / 738
98%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2017 10:39PM UTC
Jobs 6
Files 23
Run time 2min
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
738

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

1529.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 738.1 (2.3.1, RAILS_VERSION="~>4.2.0") 18 Aug 2017 10:39PM UTC 0
96.14
Travis Job 738.1
2 738.2 (2.3.1, RAILS_VERSION="~>5.0.0") 18 Aug 2017 10:42PM UTC 0
96.14
Travis Job 738.2
3 738.3 (2.2.5, RAILS_VERSION="~>4.2.0") 18 Aug 2017 10:40PM UTC 0
96.14
Travis Job 738.3
4 738.4 (2.2.5, RAILS_VERSION="~>5.0.0") 18 Aug 2017 10:40PM UTC 0
96.14
Travis Job 738.4
5 738.5 (2.0.0, RAILS_VERSION="~>4.2.0") 18 Aug 2017 10:41PM UTC 0
96.14
Travis Job 738.5
6 738.6 (2.1, RAILS_VERSION="~>4.2.0") 18 Aug 2017 10:41PM UTC 0
96.14
Travis Job 738.6
Source Files on build 738
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #738
  • b87af017 on github
  • Prev Build on master (#734)
  • Next Build on master (#741)
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