ccampbell / luna-testing

Simple, modern, opinionated JavaScript unit testing
https://craig.is/testing/code
MIT License
151 stars 6 forks source link

Coverage reports are missing files #9

Closed ccampbell closed 5 years ago

ccampbell commented 5 years ago

I noticed this happening when the concurrency was set to something greater than one (default). Not sure why this is happening, but it is probably a race condition. Have not checked the behavior in node, but I have seen it when running in a browser. Also seeing it when wrapping the command using npm test in package.json even with concurrency set to one.