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

hexx-rb / hexx / 116 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2014 11:52AM UTC
Files 13
Run time 6s
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

20 Dec 2014 11:40AM UTC coverage: 99.519% (+0.006%) from 99.513%
2.1

push

travis-ci

nepalez
[CHANGE] Hexx::Service.allow_params individual setters and getters changed

Both the setters and getters provided by the .allow_params became aliases for corresponding params

  allow_params :name
  params["name"] # => nil

  name = "Hello!"
  name           # => "Hello!"
  params["name"] # => "Hello!"

  params["name"] = "Bye!"
  params["name"] # => "Bye!"
  name           # => "Bye!"

Earlier the setter didn't change params.

  name = "Hello!"
  name           # => "Hello!"
  params["name"] # => nil

  params["name"] = "Bye!"
  params["name"] # => "Bye!"
  name           # => "Hello!"

This was too confising sometimes.

414 of 416 relevant lines covered (99.52%)

2.89 hits per line

Source Files on job 116.1 (2.1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 116
  • Travis Job 116.1
  • 2c4fe3b1 on github
  • Prev Job for 2.1 on master (#115.1)
  • Next Job for 2.1 on master (#117.1)
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