SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.56k stars 238 forks source link

--ignore folder #498

Open Arunperfutil opened 3 years ago

Arunperfutil commented 3 years ago

Hi all, I am using slather 2.7.1 version, when trying to exclude the third party libraries by running the following command it gets success but reference of the folder still showing on the sonarcloud site. Can someone please help me to remove the folders?

slather coverage --jenkins --ignore “./SDKs/*” --sonarqube-xml --build-directory ./Build --output-directory ./sonar-reports --scheme myProj --workspace myProj.xcworkspace myProj.xcodeproj