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

guard / guard / 572 / 8
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2013 10:40PM UTC
Files 25
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

23 Oct 2013 10:40PM UTC coverage: 38.594%. First build
jruby-head

push

travis-ci

netzpirat
Remove autoload completely.

This removes all autoload in the Guard codebase and
replaces it with manual requires.

It follows this common pattern:

```
require 'external/stuff'

module Guard
  module Whatever
      require 'guard/other/guard/stuff'

      ... implementation ..

  end
end
```

This has been done since Matz stated that autoload will be removed in
Ruby 3.0: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/41149

Autoload has also known threading issues.

313 of 811 relevant lines covered (38.59%)

1.73 hits per line

Source Files on job 572.8 (jruby-head)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 572
  • Travis Job 572.8
  • 83de206a on github
  • Next Job for jruby-head on master (#749.9)
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