Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coverage report generates fingerprints in filenames #36

Open
fauxparse opened this issue Feb 3, 2022 · 0 comments
Open

Coverage report generates fingerprints in filenames #36

fauxparse opened this issue Feb 3, 2022 · 0 comments

Comments

@fauxparse
Copy link

If I turn collectCoverage on in my jest.config.js, the generated coverage report adds fingerprints into the names of the files (e.g. Button.tsx?1643925799148). This not only breaks the HTML report (as the filenames of the pages for the individual files include the question marks), but generates a new file per tested file for each test run!

I'm struggling to find a configuration option to turn this behaviour off, even just in the test environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant