Skip to content

Commit ae4f4e0

Browse files
authored
chore: kickoff release
2 parents f47318a + 214c550 commit ae4f4e0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/composite_actions/run_xcodebuild_test/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ inputs:
55
scheme:
66
required: true
77
type: string
8+
token:
9+
required: true
810
project_path:
911
required: false
1012
type: string
@@ -69,6 +71,6 @@ runs:
6971

7072
- name: Upload Report
7173
if: ${{ inputs.generate_coverage == 'true' }}
72-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
74+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
7375
with:
74-
verbose: true
76+
token: ${{ inputs.token }}

.github/workflows/liveness_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
uses: ./.github/composite_actions/run_xcodebuild_test
2727
with:
2828
scheme: FaceLiveness
29+
token: ${{ secrets.CODECOV_TOKEN }}
2930
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
3031
generate_coverage: true

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.3")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.6")
1717
],
1818
targets: [
1919
.target(

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ codecov:
99

1010
coverage:
1111
status:
12+
patch: off
1213
project:
1314
default:
1415
threshold: 1%

0 commit comments

Comments
 (0)