Remove Sonar project properties as they're not necessary for automatic analysis. Bumped the codecov action version to 3

This commit is contained in:
Stefan Ceriu 2022-05-09 10:14:42 +03:00
parent 864809c831
commit a090208a51
2 changed files with 1 additions and 10 deletions

View File

@ -35,4 +35,4 @@ jobs:
run: bundle exec fastlane tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v3

View File

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