-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: ext contributor SonarCloud #7086
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM. Is there a way I can manually test this? I suppose I could create a PR with the same code snippet to see if it passes.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #7086 +/- ##
=======================================
Coverage 32.78% 32.78%
=======================================
Files 1001 1001
Lines 26710 26710
Branches 2096 2096
=======================================
Hits 8758 8758
Misses 17534 17534
Partials 418 418 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! SonarCloud test is passing on ext contributor test PR with same update #7086
#7094 Evidence of success with a fork |
@sethkfman These two seem to be hanging unmergeable indefinitely waiting on Sonar Cloud: Some branch protection setting on the GitHub repo that needs a tweak? |
Description
This PR checks to see if sonar cloud can be run and skips it if the user is an external contributor and does not have access to the SONAR_TOKEN.
Screenshots/Recordings
NA
Issue
fixes NA
Checklist