code-coverage
code-coverage copied to clipboard
fix: filterSpecsFromCoverage should only filter specs
#326
@bahmutov I've rebased to master an I've added a test for the reported case
But to be honest, imo the function could just filter out every files in the integration folder. I don't really see a case where one would want the code coverage to include anything from the integration folder 🤷♂️. So all the logic looking at the testFiles pattern could just be removed imo
Just ran into this issue. @skimi did you workaround this?
@bahmutov if I open up a new PR with this rebased off of the default branch, would that work?