From e704ad76d6f429242db360c75e41632e47326641 Mon Sep 17 00:00:00 2001 From: Tuan Pham <103537251+phantumcode@users.noreply.github.com> Date: Tue, 7 May 2024 09:39:40 -0500 Subject: [PATCH 1/3] chore: update codecov version and add token (#142) --- .github/composite_actions/run_xcodebuild_test/action.yml | 6 ++++-- .github/workflows/liveness_unit_tests.yml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/composite_actions/run_xcodebuild_test/action.yml b/.github/composite_actions/run_xcodebuild_test/action.yml index 1d96941d..bb93371c 100644 --- a/.github/composite_actions/run_xcodebuild_test/action.yml +++ b/.github/composite_actions/run_xcodebuild_test/action.yml @@ -5,6 +5,8 @@ inputs: scheme: required: true type: string + token: + required: true project_path: required: false type: string @@ -69,6 +71,6 @@ runs: - name: Upload Report if: ${{ inputs.generate_coverage == 'true' }} - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: - verbose: true \ No newline at end of file + token: ${{ inputs.token }} \ No newline at end of file diff --git a/.github/workflows/liveness_unit_tests.yml b/.github/workflows/liveness_unit_tests.yml index 0a3aad72..4d082429 100644 --- a/.github/workflows/liveness_unit_tests.yml +++ b/.github/workflows/liveness_unit_tests.yml @@ -26,5 +26,6 @@ jobs: uses: ./.github/composite_actions/run_xcodebuild_test with: scheme: FaceLiveness + token: ${{ secrets.CODECOV_TOKEN }} destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest' generate_coverage: true \ No newline at end of file From be6dc25bf8d22ea6d5577513984a461e0a2c602f Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Wed, 15 May 2024 14:30:02 -0400 Subject: [PATCH 2/3] chore: Disabling patch status check [skip ci] (#144) --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 29d1b318..e0877009 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,6 +9,7 @@ codecov: coverage: status: + patch: off project: default: threshold: 1% \ No newline at end of file From 214c55048ef915e7ec648ecb28239dacf2b908d6 Mon Sep 17 00:00:00 2001 From: Tuan Pham <103537251+phantumcode@users.noreply.github.com> Date: Wed, 15 May 2024 13:59:23 -0500 Subject: [PATCH 3/3] chore: update to latest Amplify Swift dependency (#145) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a9f37431..0d83a66a 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( targets: ["FaceLiveness"]), ], dependencies: [ - .package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.3") + .package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.6") ], targets: [ .target(