My project includes both C# API’s and an Angular Front End. Coverage from XUnit and Jest have been handled until June 7. Now, my C# code all claims to have 0% coverage, which, of course, causes my build to fail. What was changed, and how can I get SonarCloud to recognize coverage from XUnit? Thank you!
Hey there.
Are you using Azure DevOps to analyze your code?
You may be impacted by an issue reported on the following thread, and the fix was as simple as updating your task version:
Thank you! That worked.