From 2751d49fcaa4a37a0a14a402c3a4ad6a94fef7e6 Mon Sep 17 00:00:00 2001 From: Jheng-Hao Lin Date: Tue, 10 Oct 2023 13:23:17 +0100 Subject: [PATCH] Restore changes for SonarQube on bitrise.yml --- bitrise.yml | 4 +++- sonar-project.properties | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 sonar-project.properties diff --git a/bitrise.yml b/bitrise.yml index 455c5484..17cb5f09 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -45,13 +45,15 @@ workflows: is_always_run: true title: Gradle Runner - Build Android Test after_run: - - steps-finish + - steps-sonar + - steps-finish description: |2- ## Performs all validation checks The following checks are performed - Instrumentation Tests (if PR is ready for review) + - SonarQube Analysis (if PR is ready for review) before_run: - steps-start steps-sonar: diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index ce042e78..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1,4 +0,0 @@ -sonar.projectKey=checkout_frames-android_AYn5jEtzfXz2nF6wDbxu -sonar.sources=. -sonar.coverage.jacoco.xmlReportPaths=**/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml -sonar.exclusions="readme-docs/**,example_app_frames/**,docs/**,code_quality_tools/**,buildSrc/**,app/**,**/*.java,**/src/test/**,**/src/androidTest/**"