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

paulmillr / chokidar / 701
96%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2018 10:57AM UTC
Jobs 16
Files 4
Run time 898min
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
701

Pull #669

travis-ci

web-flow
Fix windows ignore when using anymatch@2

Fixes #668

Chokidar@2 includes anymatch@2 which has a (potentially) breaking change
as described in the changelog: https://github.com/micromatch/anymatch#change-log

When the `cwd` is set Chokidar will join the ignore pattern to the cwd,
and if this isn't absolute, it causes `anymatch` to fail:

```js
// where cwd = c:\Users\remy\
anymatch('C:\\Users\\remy\\**\\node_modules\\**',
'C:\\Users\\remy\\node_modules\\project'); // === false
```

https://runkit.com/embed/rn05fobk294p

So this change adds the upath module (used by Chokidar during testing
and about 35K footprint) to normalize the path to bash-like slashes
which corrects the issue.
Pull Request #669: Fix windows ignore when using anymatch@2 & cwd option

645 of 732 branches covered (88.11%)

3 of 3 new or added lines in 1 file covered. (100.0%)

2006 of 2037 relevant lines covered (98.48%)

2000.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 701.1 12 Jan 2018 10:58AM UTC 0
90.92
Travis Job 701.1
2 701.2 12 Jan 2018 12:59PM UTC 0
98.38
Travis Job 701.2
3 701.3 12 Jan 2018 10:57AM UTC 0
90.92
Travis Job 701.3
4 701.4 12 Jan 2018 12:59PM UTC 0
98.38
Travis Job 701.4
5 701.5 12 Jan 2018 10:57AM UTC 0
90.92
Travis Job 701.5
6 701.6 12 Jan 2018 07:03PM UTC 0
98.38
Travis Job 701.6
7 701.7 12 Jan 2018 10:59AM UTC 0
90.92
Travis Job 701.7
8 701.8 12 Jan 2018 07:07PM UTC 0
98.38
Travis Job 701.8
9 701.9 12 Jan 2018 10:59AM UTC 0
90.92
Travis Job 701.9
10 701.10 12 Jan 2018 10:14PM UTC 0
98.38
Travis Job 701.10
11 701.11 12 Jan 2018 11:00AM UTC 0
90.92
Travis Job 701.11
12 701.12 12 Jan 2018 10:30PM UTC 0
98.38
Travis Job 701.12
13 701.13 12 Jan 2018 11:01AM UTC 0
90.92
Travis Job 701.13
14 701.14 13 Jan 2018 01:41AM UTC 0
98.38
Travis Job 701.14
15 701.15 12 Jan 2018 11:01AM UTC 0
90.82
Travis Job 701.15
16 701.16 13 Jan 2018 01:55AM UTC 0
97.25
Travis Job 701.16
Source Files on build 701
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #701
  • Pull Request #669
  • PR Base - master (#697)
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