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

saturnflyer / surrounded / 98 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2013 09:39PM UTC
Files 5
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

16 Dec 2013 09:28PM UTC coverage: 64.126% (-35.4%) from 99.567%
2.0.0, COVERALLS=true

push

travis-ci

saturnflyer
remove set_methods_as_triggers and allow the trigger method to take method names

Previously, in order to write your trigger methods with the def keyword, you'd declare set_methods_as_triggers
Now, you may alter your methods by passing their names to the trigger method.
def a_method; end
trigger :a_method

This will be the same as using trigger with a block
trigger :a_method do; end

But in Ruby 2.0 you'll recieve a symbol after defining a method so you may also do
trigger def a_method; end

143 of 223 relevant lines covered (64.13%)

2.04 hits per line

Source Files on job 98.2 (2.0.0, COVERALLS=true)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 98
  • Travis Job 98.2
  • d5e0d4dc on github
  • Prev Job for 2.0.0, COVERALLS=true on master (#97.2)
  • Next Job for 2.0.0, COVERALLS=true on master (#99.2)
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