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=-