wix-incubator / jest-metadata

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️
MIT License
5 stars 2 forks source link

Fix code coverage reporting #31

Open noomorph opened 1 year ago

noomorph commented 1 year ago

The aggregated LCOV files are like a zoo of relative paths to the same files, but from various working directories.

This makes it impossible to calculate the code coverage correctly. It's best to fix that before the public release, I think.

noomorph commented 1 year ago

Partially done, but still, there are some weird paths like src/../src. Some more investigation is needed.