From f06b4e932c2c93bf1c9ea4ef4aae93cbcb411269 Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Fri, 10 Apr 2026 14:31:14 -0400 Subject: [PATCH] [ci] Temporarily disable Codecov uploading --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d046dd..58bd356 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,9 +47,9 @@ jobs: run: | set -o pipefail xcodebuild test -workspace "Authenticator.xcworkspace" -scheme "Authenticator" -destination "id=${{ steps.prepare-simulator.outputs.destination-id }}" | xcpretty -c - - uses: sersoft-gmbh/swift-coverage-action@v5 - with: - target-name-filter: ^Authenticator$ - - uses: codecov/codecov-action@v6 - with: - fail_ci_if_error: true + # - uses: sersoft-gmbh/swift-coverage-action@v5 + # with: + # target-name-filter: ^Authenticator$ + # - uses: codecov/codecov-action@v6 + # with: + # fail_ci_if_error: true