I have set up AzureDevOps pipeline to analyze code in GitHub. The coverage shown in sonarcloud.io is much lower than what I see in Codecov (the same report is uploaded to codecov).
My project is a typescript-react app. Am I missing some configuration?
Here is Sonarcloud showing a 39.7% coverage
Her is Codecov showing an 83% coverage