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

guard / guard / 968 / 2
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 03 Nov 2013 11:50AM UTC
Files 86
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

03 Nov 2013 11:50AM UTC coverage: 98.095% (-0.03%) from 98.129%
2.0.0

push

travis-ci

netzpirat
Change quiet handling for Tmux <= 1.6

Prior to Guard 2.2 the Tmux notifier set the `quiet` option to `on` when
notifications are turned on and to `off` when turned off. This
interferes with custom configuration and other tools, so with Guard 2.2
the output of the commands is set to quiet on a command basis, which
solves the issue.

But for people running the old Tmux version 1.6, this breaks the Tmux
notifier since since the `set-option` command does support the `-q`
flag only since version (See #512).

This commit reverts some testing to work around the backward
compatibility issue and commits to the new approach with one exception:
the title notification is not quiet on Tmux <= 1.6, since it's the only
part which relies on `set-option`. This implies that Tmux 1.6 users
with the title notification set to true are seeing the Tmux command
output. Now it's up to the user to configure that Tmux is quiet by
adding

```
set-option -s quiet
```

to their Tmux config.

4583 of 4672 relevant lines covered (98.1%)

22.69 hits per line

Source Files on job 968.2 (2.0.0)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 2
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 968
  • Travis Job 968.2
  • 6a4416c5 on github
  • Prev Job for 2.0.0 on master (#967.2)
  • Next Job for 2.0.0 on master (#970.2)
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