Skip to content

Latest commit

 

History

History
 
 

objc-llvm-coverage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Objective-C LLVM Coverage

This example demonstrates how to analyze an Objective-C project with the SonarQube Scanner.

Prerequisites

Usage

  • Build the project with SonarSource Build Wrapper:
        mkdir DerivedData

        build-wrapper-macosx-x86 --out-dir DerivedData/compilation-database \
        xcodebuild \
                -scheme Example \
                -derivedDataPath DerivedData \
                clean test
  • Analyze the project with SonarQube using the SonarQube Scanner:
        sonar-scanner