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

guard / guard / 572 / 7
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2013 10:45PM UTC
Files 70
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: 74.061%. First build
jruby-19mode

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.

2681 of 3620 relevant lines covered (74.06%)

73.96 hits per line

Source Files on job 572.7 (jruby-19mode)
  • 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.7
  • 83de206a on github
  • Next Job for jruby-19mode on master (#749.8)
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