I am experiencing an issue where my code coverage has dropped to 0% in my project. I am using the GitHub action sonarsource/sonarcloud-github-action, but it seems to be deprecated. Could this be the cause of my problem? If so, could you advise on the best action to use instead?
The deprecation shouldn’t have affected how it works. Nonetheless, you probably do want to upgrade to the latest SonarQube Scan action. There’s an example in the docs.
Regarding your coverage, can you provide or point to your analysis log?
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.