I have an Azure DevOps pipeline that builds .NET solution, runs MSTest based unit tests and does the SonarCloud analysis. This is working fine.
The next stage of my pipeline deploys the built solution and then runs some integration tests again using MSTest, thus generating some more test results and code coverage results.
Is it possible to add these test results to the previous SonarCloud analysis?
Note: I cannot run the integration test run between the SonarCloud Prepare & Analysis tasks due to constraints on the Azure DevOps agents I have to use for the build and deployment work