Switch codecov-action back to v3 as 4 significantly decreases coverage

- previously seen in https://github.com/element-hq/element-x-ios/pull/2727
This commit is contained in:
Stefan Ceriu
2024-09-10 11:29:45 +03:00
parent f25bd5ab31
commit 7d616019a7
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ jobs:
run: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/IntegrationTests.xcresult > fastlane/test_output/integration-cobertura.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}