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

guard / guard / 572
81%

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

pending completion
572

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.

2733 of 3709 relevant lines covered (73.69%)

72.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
app/models/process/aso/application_event_counter.rb
1
100.0
app/models/process/aso/rei/event_fetcher/base.rb
1
100.0
app/models/process/aso/rei/event_fetcher/s3.rb
1
100.0
app/models/process/aso/rei/event_fetcher/sqs.rb
1
100.0
app/models/process/aso/rei/plugins/base.rb
2
100.0
app/models/utilities/daemon_process.rb
3
100.0
app/models/process/aso/rei/event_fetcher/db.rb
4
100.0
app/models/process/aso/rei/plugins/conversion.rb
4
100.0
app/models/process/notify_handlers/model_updates.rb
4
100.0
app/models/utilities/retry_on_failures_helper.rb
5
100.0
app/models/aso_tracking/raw_application_event.rb
6
100.0
app/models/process/aso/rei/plugins/long_term_value.rb
7
100.0
app/models/process/aso/rei/plugins/collectors/event_aggregator.rb
13
100.0
app/models/mailer/alert_script_watcher_mailer.rb
20
100.0
app/models/process/aso/rei/plugins/enqueue_event_android.rb
22
100.0
app/models/process/aso/rei/plugins/enqueue_event_ios.rb
23
100.0
app/models/process/aso/rei/plugins/enqueue_custom_event.rb
24
100.0
app/models/process/scripts/client_process.rb
48
100.0
app/models/process/aso/rei/plugins/collectors/iphone_matcher.rb
57
100.0
app/models/process/aso/rei/plugins/augmented_file.rb
77
100.0
app/models/warehousing/script_job_queue.rb
86
100.0
app/models/process/aso/rei/plugins/event_counter.rb
136
100.0
app/models/process/aso/rei/importer.rb
Jobs
ID Job ID Ran Files Coverage
7 572.7 (jruby-19mode) 23 Oct 2013 10:45PM UTC 0
74.06
Travis Job 572.7
8 572.8 (jruby-head) 23 Oct 2013 10:40PM UTC 0
38.59
Travis Job 572.8
Source Files on build 572
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #572
  • 83de206a on github
  • Prev Build on master (#540)
  • Next Build on master (#749)
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