Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@brtnfld
Copy link
Member

@brtnfld brtnfld commented Oct 22, 2025

removed installing gcov


Important

Remove gcov installation from SonarQube GitHub Actions workflow.

  • System Dependencies:
    • Removed gcov from the list of installed packages in .github/workflows/sonarqube.yml.

This description was created by Ellipsis for 5cdd61f. You can customize this summary. It will automatically update as commits are pushed.

@brtnfld brtnfld requested a review from MicK7 as a code owner October 22, 2025 21:33
Copy link

@ellipsis-dev ellipsis-dev bot left a 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 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft 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 Ellipsis 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
Copy link

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.

@brtnfld brtnfld merged commit 79413c4 into CGNS:develop Oct 23, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant