Skip to content

Commit aeccacf

Browse files
committed
Let coverage ignore windows-specific code. Refs #102
1 parent 712131f commit aeccacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/module_filters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var micromatch = require('micromatch');
44

55
// Skip external modules. Based on http://git.io/pzPO.
66
var internalModuleRegexp = process.platform === 'win32' ?
7+
/* istanbul ignore next */
78
/^(\.|\w:)/ :
89
/^[\/.]/;
910

0 commit comments

Comments
 (0)