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

guard / listen
98%

Build:
DEFAULT BRANCH: master
Repo Added 29 Mar 2013 08:26PM UTC
Files 29
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 19only
  • adapter_dependencies
  • add_fsevent_debug
  • add_missing_require
  • advanced_thread_debugging
  • attempt_fix_win_relpath_crash
  • avoid_calling_debug_log_code
  • backport_383_fix_transition_to_stopped
  • backport_major_bugfixes
  • bsd_patches
  • bsd_patches_wip_weep
  • cb-avoid_tcp_nil_error
  • cb-dont_abort_on_duplicate_dir
  • changes_callback_raise
  • check_ruby_on_startup
  • cleanup_improvements_and_wdm_fixes
  • debug-jruby-9-2-on-travis
  • defensive_logger
  • e2-add_missing_digest_md5_require
  • e2-allow_bigger_lag_on_travis_osx
  • e2-dont_clobber_record
  • e2-dont_symlink_check_files
  • e2-fix_3x_regressions_325
  • e2-fix_jruby_warnings_and_spec_races
  • e2-fix_toplevel_const_warning
  • e2-mri2.2-rubocop_overhaul
  • e2-rework_adapter_option_handling
  • e2-rework_record_logic
  • e2-stop_on_symlink_loop
  • fix_243_darwin_dirs
  • fix_243_macos_multiple_dirs
  • fix_293_recover_from_smb_failure
  • fix_crash_when_uninitialized
  • fix_exception_logging_osx
  • fix_fsevent_dir_bug
  • fix_kate_ignore_regexp
  • fix_listen_stop
  • fix_state_transition
  • fix_state_transition_to_stop
  • fix_tcp_class_error
  • fix_version_constraints
  • fixing_jruby_support
  • gedit_fix_266
  • github-actions
  • handle_sed_replace
  • hyperspeed_build
  • implement_adapter_stop
  • intellij_ignores
  • issue-146-better-exit-on-int-signal
  • jruby
  • kate_editing_tmp_ignores
  • listen_3x_proposal
  • listen_false_until_built
  • lock_to_celluoid_0-16
  • massive_rubocop_cleanup
  • minor_development_fixes
  • multi_listener_generalization
  • only
  • only-fix
  • polling/double
  • proper_fix-144
  • rb-fsevent-upgrade
  • reduce_multiple_fsevent_processes
  • relative_paths_option
  • relative_silencer
  • remove-thread_pool
  • remove18
  • remove_signal_handling
  • rescan_after_quick_delete
  • rework_TCP_option_handling
  • rework_deps
  • rework_main_loop
  • rework_osx_specs
  • rework_tcp_listener
  • rymai-update-ruby-version-travis
  • split_paths_into_watched_and_relative
  • start_bang_for_blocking
  • supervisor
  • sync_record_build
  • thread-kill
  • travis_multi_os
  • trigger_fetch_or_store_problem
  • untagged-d2eff3b54068eb9de5de
  • update-dependencies-and-travis-matrix
  • update-rubocop
  • update_travis_rubies
  • use_ruby_dep_gem
  • v1.0
  • v1.3
  • v2.0
  • v2.0.4
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.10.0
  • v2.10.1
  • v2.2.0
  • v2.3.0
  • v2.3.1
  • v2.4.0
  • v2.4.1
  • v2.5.0
  • v2.6.0
  • v2.6.2
  • v2.7.0
  • v2.7.1
  • v2.7.10
  • v2.7.11
  • v2.7.12
  • v2.7.2
  • v2.7.3
  • v2.7.4
  • v2.7.5
  • v2.7.6
  • v2.7.7
  • v2.7.8
  • v2.7.9
  • v2.8.0
  • v2.8.1
  • v2.8.2
  • v2.8.3
  • v2.8.4
  • v2.8.5
  • v2.8.6
  • v2.9.0
  • v3.0
  • v3.0.0
  • v3.0.1
  • v3.0.2
  • v3.0.3
  • v3.0.4
  • v3.0.5
  • v3.0.6
  • v3.0.7
  • v3.0.8
  • v3.1.0
  • v3.1.1
  • v3.1.2
  • v3.1.3
  • v3.1.4
  • v3.1.5
  • v3.2.0
  • v3.2.1
  • wdm_debugging
  • wmd_debugging
  • workaround_rubygems_spec_bug

pending completion
1301

push

travis-ci

ioquatix
Tidy up thread killing. Remove JRuby workaround.

1351 of 1382 relevant lines covered (97.76%)

42.51 hits per line

Relevant lines Covered
Build:
Build:
1382 RELEVANT LINES 1351 COVERED LINES
42.51 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1301 master Tidy up thread killing. Remove JRuby workaround. push 23 Aug 2020 10:08PM UTC ioquatix travis-ci pending completion  
1293 master Remove Listen::Internals::ThreadPool `Listen::Internals::ThreadPool` manages all listener threads. Thus the only way to kill and subsequently garbage collect listener threads is by calling the `Listen::Internals::ThreadPool.stop` method (typical... push 23 Aug 2020 09:24PM UTC ioquatix travis-ci pending completion  
1289 master Make Listen.to / Listen.stop thread-safe push 23 Aug 2020 09:06PM UTC ioquatix travis-ci pending completion  
106 master Update README push 20 Mar 2020 01:40AM UTC thibaudgg travis-ci pending completion  
1279 master Fix: Hound CI notes push 05 Dec 2019 01:18PM UTC ioquatix travis-ci pending completion  
1277 master Remove gem which pulls in very old dependencies. push 05 Dec 2019 01:06PM UTC ioquatix travis-ci pending completion  
1276 master Simplify travis configuration. push 05 Dec 2019 12:50PM UTC ioquatix travis-ci pending completion  
1274 master Merge pull request #471 from guard/reduce_multiple_fsevent_processes Use one `fsevent_watch` process per listener instead of one per dir push 05 Dec 2019 12:42PM UTC web-flow travis-ci pending completion  
1271 master Bump RuboCop TargetRubyVersion to supported minimum. push 05 Dec 2019 12:05PM UTC ioquatix travis-ci pending completion  
1268 master Remove unsupported check. push 05 Dec 2019 11:57AM UTC ioquatix travis-ci pending completion  
See All Builds (990)
  • Repo on GitHub
  • CI Project
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