chore: exclude .ci/ from SonarCloud source analysis#5043
Conversation
The .ci/ directory contains CI infrastructure (shell scripts, Dockerfiles, YAML configs) that is not application source code. SonarCloud findings on these files are noise. Assisted-by: OpenCode
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5043 +/- ##
==========================================
- Coverage 55.39% 54.77% -0.62%
==========================================
Files 122 110 -12
Lines 2365 2147 -218
Branches 564 537 -27
==========================================
- Hits 1310 1176 -134
+ Misses 1048 970 -78
+ Partials 7 1 -6
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
/override e2e-ocp-helm Unrelated |
|
@rm3l: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/override ci/prow/e2e-ocp-helm |
|
@rm3l: Overrode contexts on behalf of rm3l: ci/prow/e2e-ocp-helm DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
5c7ffe3
into
redhat-developer:main



The
.ci/directory contains CI infrastructure (shell scripts, Dockerfiles, YAML configs) that is not application source code. SonarCloud findings on these files are noise.Adds
.ci/**/*tosonar.exclusionsin.sonarcloud.properties.Suggested in #5036 (comment).