mirror of
https://github.com/mattrubin/Authenticator.git
synced 2026-05-20 13:40:34 +00:00
[ci] Temporarily disable Codecov uploading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user