HomeiOS Developmentios - Sonarcloud code protection for pull request with bitrise

ios – Sonarcloud code protection for pull request with bitrise


I’ve iOS challenge and for foremost department works nice however for pull request I see 0 New Strains. I’ve this bitrise step for pull request:

$BITRISE_SOURCE_DIR/xccov-to-sonarqube-generic.sh $BITRISE_XCRESULT_PATH > cov.xml

sonar-scanner -Dsonar.projectKey={projectKey} -Dsonar.group={projectOrganization} -Dsonar.department.identify=$BITRISE_GIT_BRANCH -Dsonar.department.goal=$BITRISEIO_GIT_BRANCH_DEST -Dsonar.language=swift -Dsonar.host.url=https://sonarcloud.io -Dsonar.coverageReportPaths=cov.xml -Dsonar.sources=App,ImageShare -Dsonar.exams=Assessments -Dsonar.sourceEncoding=UTF-8 -Dsonar.c.file.suffixes=- -Dsonar.cpp.file.suffixes=- -Dsonar.objc.file.suffixes=- -Dsonar.log.degree=DEBUG -D sonar.scm.revision=$GIT_CLONE_COMMIT_HASH

What I am doing unsuitable?

sonarcloud screenshot

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments