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
From my past experience with SonarQube/SonarCloud, it does not collect code coverage itself, you'd use something like https://github.com/coverlet-coverage/coverlet or https://www.jetbrains.com/dotcover/ to do the actual collection, and then submit the coverage stats to SonarQube/SonarCloud for reporting and use in quality gates.
Setup code coverage, once reporting from CI/CD analyze the test gap and fill it.
See the meta issue opensearch-project/opensearch-clients#30 for details.
The text was updated successfully, but these errors were encountered: