-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
housekeeping: use sonar cloud code coveage #764
Conversation
Trying dotcover from jetbrains as the tool that collects the coverage information. Using sonar cloud to store the coverage information.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #764 +/- ##
==========================================
+ Coverage 64.74% 65.80% +1.06%
==========================================
Files 226 228 +2
Lines 11459 11181 -278
Branches 2334 2307 -27
==========================================
- Hits 7419 7358 -61
+ Misses 3083 2884 -199
+ Partials 957 939 -18 ☔ View full report in Codecov by Sentry. |
Don't merge yet, it's not processing the code coverage info yet. |
Kudos, SonarCloud Quality Gate passed!
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Trying dotcover from jetbrains as the tool that collects the coverage information.
Using sonar cloud to store the coverage information.