Sonar scanner has no coverage data with 2 jest shards

Turns out the config that I sent is correct. After using the jest shard option to separate the tests, I changed some of the code and then the reporter was shown as expected. When there is no changes in ts code the reporter show ‘No coverage data’ which is confusing, but not wrong.