istanbuljs / istanbuljs/test-exclude
Investigate issue with `./` include/exclude paths.
Open
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
I've seen a couple nyc bugs where configuration: `{include: ['./lib/**']}` does not work, it has to be changed to `{include: ['lib/**']}`. These two include arrays should produce identical results.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.