Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 382 Bytes

iOS SonarQube Sample Project

Configure environment variables

Set environment variables in your codemagic.yaml:

SONAR_TOKEN: Encrypted(...)
SONAR_PROJECT_KEY: Encrypted(...)
SONAR_ORG_KEY: Encrypted(...)

Configure SonarQube for iOS in codemagic.yaml

Refer to the codemagic.yaml in the root of this project to see how to configure sonarcloud integration for iOS.