Sonar exclusions and jest coveragePathIgnorePatterns sync

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?

Hey there.

As noted in the template post – what version of SonarQube are you using?

Could it be Version 10.0 (build 68432) ?

Do we have any update on this? I am also encountering the same issue