diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6b753920e0..d2763a6e47 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -73,7 +73,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@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 5fa202cb6f..c16d81a5cf 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -59,7 +59,7 @@ jobs: run: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/UITests.xcresult > fastlane/test_output/ui-cobertura.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 81be7193e4..095ad401ab 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -60,7 +60,7 @@ jobs: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/PreviewTests.xcresult > fastlane/test_output/preview-cobertura.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/codecov.yml b/codecov.yml index a13d2ab90a..a4a7037a9b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,7 +15,14 @@ ignore: - "ElementX/Sources/UITests" - "ElementX/Sources/UnitTests" - "ElementX/Sources/Settings/DeveloperOptionsScreen" + - "IntegrationTests" + - "NCE" + - "NSE" + - "PreviewTests" + - "ShareExtension" - "Tools" + - "UITests" + - "UnitTests" - "**/Mock*.swift" - "**/*Mock.swift" - "**/*Proxy.swift"