You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were using SonarCloud with Travis CI. Since we're moving away from Travis CI, if we still want to use SonarCloud, we need to find a way to make it work again.
you can analyze C/C++ code on GitHub actions, the only condition is that you don’t use predefined SonarCloud actions. What you have to do is to setup the analysis as part of the build action, the analysis must run in the same OS layer/environment of the build.
We were using SonarCloud with Travis CI. Since we're moving away from Travis CI, if we still want to use SonarCloud, we need to find a way to make it work again.
Related: #836 #2312
The text was updated successfully, but these errors were encountered: