I have JS project.
Jest is taking care of my tests and generated the test coverage result.
I also have a pretty complex list of ignored patterns for coverage in my jest configuration.
I’m trying to understand how I can keep them in sync so I don’t have to update 2 entry points.
Why is sonarqube not simply picking up the coverage results from jest?