If you haven’t been collecting code coverage on your project, and then you begin providing a coverage report file, will the percentage of code coverage not be taken into account if it’s not relevant to new code?
Scenario:
I create a project on sonarcloud
I analyze it through Azure DevOps - no code coverage report is being provided
Sonarcloud reports 0% code coverage, because none has been provided
I update my pipeline to generate a coverage reports and point sonarcloud to the coverage report
Sonarcloud reports no code coverage
Is this expected?