- Version:
3.2.1
- Platform:
Windows 10
c8 report always outputs an empty report block on windows, no matter what include or exclude options you do (or don't) provide. Looking at it, it looks like the coverage files being produced on windows have paths like file:///E:/Github/TypeScript/built/local/tsc.js, which c8 then shortens to /E:/Github/TypeScript/built/local/tsc.js internally, which I'm guessing don't glob match (anything) correctly inside test-exclude, since that's not how windows-style paths are typically rooted (though I'm not sure - that last bit's a guess, since I'm not too familiar with the package).
3.2.1
Windows 10
c8 reportalways outputs an empty report block on windows, no matter whatincludeorexcludeoptions you do (or don't) provide. Looking at it, it looks like the coverage files being produced on windows have paths likefile:///E:/Github/TypeScript/built/local/tsc.js, whichc8then shortens to/E:/Github/TypeScript/built/local/tsc.jsinternally, which I'm guessing don't glob match (anything) correctly insidetest-exclude, since that's not how windows-style paths are typically rooted (though I'm not sure - that last bit's a guess, since I'm not too familiar with the package).