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

aviator / aviator / 123
99%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2013 11:09PM UTC
Jobs 2
Files 53
Run time –
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
123

push

travis-ci

relaxdiego
Merge pull request #57 from relaxdiego/feature/28

Add ability to specify an alias for a given request param
    
This allows us to call params with the more familiar Ruby
case/capitalization. For instance, defining the following:
    
param :imageRef, alias: :image_ref
    
in a request file makes the following possible:
    
    session.compute_service.request :create_server do |params|
      params[:imageRef] = 'something'
    end
    
    session.compute_service.request :create_server do |params|
      params.image_ref = 'something'
    end
    
NOTE: At this point, params can only be called via method
calls and not via the [] accessor.

1077 of 1090 relevant lines covered (98.81%)

179.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 123.1 (1.9.3) 23 Sep 2013 11:11PM UTC 0
98.81
Travis Job 123.1
2 123.2 (2.0.0) 23 Sep 2013 11:09PM UTC 0
98.81
Travis Job 123.2
Source Files on build 123
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #123
  • e49d0156 on github
  • Prev Build on master (#121)
  • Next Build on master (#126)
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