typescript-coverage-report
typescript-coverage-report copied to clipboard
Bug: generated json file missing data fileCounts
Describe the bug typescript-coverage.json file contains data to generate reports. however the json file's fileCounts is a empty object "{}"
Expected behaviour fileCounts field should contains content
Screenshots

Environment
- Tool version: 0.6.0
- OS: macos
- Node version: 14
Additional context definition of fieldCounts is a Map;
generateJSON call JSON.stringify directly which can not stringify Map objects.
@forclan sorry did you manage to solve this?