CI Used: Azure DevOps
Currently I’m using to Azure DevOps to analyze each repo and then get the analysis publish to SonarCloud, I’m wondering if there is a way to publish the artifacts created from the Analysis on the CI process. Also I’m wondering if there is any API to call to publish the analysis?
Hello @DavidAcero,
Also I’m wondering if there is any API to call to publish the analysis?
Currently, there is no such API available.
I’m wondering if there is a way to publish the artifacts created from the Analysis on the CI process
There is no such possibility at the moment. May I ask you why are you want to publish the output of the analysis? Maybe there is another way to achieve what you want.
Best,
Marcin
The goal I’m trying to reach is to publish the SonarCloud Analysis of the branch “featureBranch” into master, I know is not the best practice, but currently the pipeline is taking a long time on running the tests to get the coverage, and in order to have the proper Sonar coverage we need to run them twice, one on the PR and another one when it is merge into master.