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

guard / listen
87%
master: 98%

Build:
Build:
LAST BUILD BRANCH: github-actions
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 only-fix
branch: only-fix
CHANGE BRANCH
x
Reset
  • only-fix
  • 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
  • master
  • minor_development_fixes
  • multi_listener_generalization
  • only
  • 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
532

push

travis-ci

rymai
Fixes the #silenced? method when "only" patterns are present

As soon as a path is matched against an "only" regexp, it's
not silenced, so it's silenced if it doesn't match any "only"
regexps.
If fixes the previous logic that was requiring a path to match
all "only" patterns in order to not be silenced, meaning that
it was silenced as soon as it didn't match an "only" regexp
(even if it matched another "only" regexp).

8 of 8 new or added lines in 2 files covered. (100.0%)

1081 of 1239 relevant lines covered (87.25%)

48.37 hits per line

Relevant lines Covered
Build:
Build:
1239 RELEVANT LINES 1081 COVERED LINES
48.37 HITS PER LINE
Source Files on only-fix
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
532 only-fix Fixes the #silenced? method when "only" patterns are present As soon as a path is matched against an "only" regexp, it's not silenced, so it's silenced if it doesn't match any "only" regexps. If fixes the previous logic that was requiring a path ... push 01 Nov 2013 11:38PM UTC rymai travis-ci pending completion  
531 only-fix Fixes the #silenced? method when "only" patterns are present As soon as a path is matched against an "only" regexp, it's not silenced, so it's silenced if it doesn't match any "only" regexps. If fixes the previous logic that was requiring a path ... push 01 Nov 2013 11:28PM UTC rymai 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

© 2025 Coveralls, Inc