From a090208a51fe67a7722942b76aa671815470ebca Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 9 May 2022 10:14:42 +0300 Subject: [PATCH] Remove Sonar project properties as they're not necessary for automatic analysis. Bumped the codecov action version to 3 --- .github/workflows/tests.yml | 2 +- sonar-project.properties | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 sonar-project.properties diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b36f3d725..c714664d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,4 +35,4 @@ jobs: run: bundle exec fastlane tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.2.1 \ No newline at end of file + uses: codecov/codecov-action@v3 \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 1ad6aba5b..000000000 --- a/sonar-project.properties +++ /dev/null @@ -1,9 +0,0 @@ -sonar.projectKey=vector-im_element-x-ios -sonar.organization=new_vector_ltd_organization - -sonar.coverageReportPaths=fastlane/test_output/sonarqube-generic-coverage.xml -sonar.junit.reportPaths=fastlane/test_output/report.junit - -sonar.c.file.suffixes=- -sonar.cpp.file.suffixes=- -sonar.objc.file.suffixes=-