Closed stevez closed 8 months ago
Thanks for the suggestion.
Please try new version monocart-reporter@2.3.4, it supports new option all
for adding the empty coverage for all files
{
coverage: {
all: {
dir: ['./src'],
filter: '**/*.js'
}
}
}
I tried to implement the add empty coverage for all the source files, but I found it has too many dependencies, I feel it would be nice to provide an additional function besides attachCoverage and addCoverage, or even can be configured as an option