Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/global_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
python -m uv --directory services/MAGE run --locked python -m coverage xml -o ../../coverage-mage.xml
- name: SonarQube Scan
if: env.SONAR_TOKEN != ''
uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995
uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
with:
args: >
-Dsonar.python.coverage.reportPaths=coverage-aimer-web.xml,coverage-farm.xml,coverage-mage.xml
Expand Down
Loading