-
Notifications
You must be signed in to change notification settings - Fork 112
Sonarqube #897
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
Sonarqube #897
Conversation
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.
Caution
Changes requested ❌
Reviewed everything up to 5cdd61f in 1 minute and 4 seconds. Click for details.
- Reviewed
13lines of code in1files - Skipped
0files when reviewing. - Skipped posting
0draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
Workflow ID: wflow_38EZS1ukuTE6XfGj
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
| run: | | ||
| sudo apt update | ||
| sudo apt-get install -y openmpi-bin openmpi-common mpi-default-dev gcov | ||
| sudo apt-get install -y openmpi-bin openmpi-common mpi-default-dev |
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.
Removing gcov installation may break coverage collection, as -ftest-coverage flags and sonar configuration rely on gcov. Confirm that default gcc provides it.
removed installing gcov
Important
Remove
gcovinstallation from SonarQube GitHub Actions workflow.gcovfrom the list of installed packages in.github/workflows/sonarqube.yml.This description was created by
for 5cdd61f. You can customize this summary. It will automatically update as commits are pushed.