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

paulmillr / chokidar / 701 / 16
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2018 01:55AM UTC
Files 4
Run time 0s
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

12 Jan 2018 10:55AM UTC coverage: 97.251% (+0.001%) from 97.25%
701.16

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

602 of 732 branches covered (82.24%)

1981 of 2037 relevant lines covered (97.25%)

83.53 hits per line

Source Files on job 701.16
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 701
  • Travis Job 701.16
  • ae7a2f10 on github
  • Prev Job for on master (#697.16)
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