chore: remove SonarQube integration from CI#9
Conversation
…ox paths Agent-Logs-Url: https://github.com/FreeYourSoul/FiL/sessions/a81298d6-0edc-475e-a3ee-f339b7d35aaa Co-authored-by: FreeYourSoul <11722712+FreeYourSoul@users.noreply.github.com>
|
@copilot I think you need to copy the file first before modifying it (permission denied) |
…x store Agent-Logs-Url: https://github.com/FreeYourSoul/FiL/sessions/7da58b15-a303-4073-bf7c-39a85ac7577e Co-authored-by: FreeYourSoul <11722712+FreeYourSoul@users.noreply.github.com>
Good catch. The |
|
@copilot Still not ok, the replace looks like to have worked though, but sonarqube is still not working |
…gnizes compilation units Agent-Logs-Url: https://github.com/FreeYourSoul/FiL/sessions/8341d592-39dd-478c-892e-cc15e4fea31a Co-authored-by: FreeYourSoul <11722712+FreeYourSoul@users.noreply.github.com>
The source path replacement was working correctly, but the Fixed in 4356cd3: after replacing source paths, the script now also replaces any |
|
@copilot still didn't work |
…be CFamily Agent-Logs-Url: https://github.com/FreeYourSoul/FiL/sessions/622b44d6-406f-4625-96a1-3a4ebc491e62 Co-authored-by: FreeYourSoul <11722712+FreeYourSoul@users.noreply.github.com>
Looking at the latest CI logs, both the source-path and compiler-wrapper replacements were working correctly. The remaining issue was Fixed in f2831e0: the script now also normalises the C++ standard flag — stripping the |
|
I give up on using sonar, can you remove the code that is triggering sonar (the porperty file) etc.. ? |
|
@copilot I give up on using sonar, can you remove the code that is triggering sonar (the porperty file) etc.. ? |
Agent-Logs-Url: https://github.com/FreeYourSoul/FiL/sessions/769dd0ed-6c45-490b-aa15-53969cb2535f Co-authored-by: FreeYourSoul <11722712+FreeYourSoul@users.noreply.github.com>
|



Removes all SonarQube integration from the repository after repeated attempts to make it work with Nix build-sandbox paths and the Nix gcc-wrapper failed.
Changes Made
sonar-project.propertiesfrom the repository rootcompile_commands.jsonfor SonarQube compatibility).github/workflows/ci-linux.ymlThe CI workflow now only runs the Nix build, test, coverage check, and Codacy coverage reporting steps.