c8 upgrade from 8.0.0 to 8.0.1 seems to break --exclude on Windows when value is single-quoted in npm script
Open
help wanted
needs more info
p1
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
`c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --exclude 'test/**' --exclude 'micromark/**' npm test`
Failing CI run for this change due to lack of 100% coverage for excluded test files:
Passing CI run with 8.0.0 for comparison:
Contributor guide
Assessment
This issue has not been assessed yet.