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

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

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2013 09:34PM UTC
Files 4
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: 61.538% (-35.2%) from 96.759%
1.9.3, 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

128 of 208 relevant lines covered (61.54%)

0.96 hits per line

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