Skip to content

Conversation

@luhmirin-s
Copy link
Contributor

@luhmirin-s luhmirin-s commented Jan 26, 2026

Notable changes

  • Adding merge-multiple: true flags disables the subfolder behaviour and extracts the contents into the test-reports folder directly.
  • This in turn allows us to simplify collection down to a single "move" call since there are no more subfolders to deal with.

Additional work checklist

  • Effect on other features and security has been considered
  • Design document marked as "In development" (if applicable)
  • External (Gitbook) and internal (Confluence) Documentation is up to date (or ticket created)
  • Test cases in Testiny are up to date (or ticket created)
  • Other teams notified about the changes (if applicable)

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies how SonarQube scan workflows collect test reports by flattening downloaded artifacts into a single directory, eliminating per-artifact subfolders. This reduces the shell logic needed to gather reports before running Sonar.

Changes:

  • Enable merge-multiple: true in the actions/download-artifact@v7 step so all artifact contents are downloaded directly into test-reports instead of per-artifact subdirectories.
  • Replace the artifact-subfolder iteration and fallback logic with a single rsync -arv test-reports/* . || true call, relying on the flattened structure.

@sonarqubecloud
Copy link

@luhmirin-s luhmirin-s merged commit 6b41ddd into main Jan 27, 2026
20 checks passed
@luhmirin-s luhmirin-s deleted the fix/pr-check-folder-fix branch January 27, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants