Skip to content

Commit e704ad7

Browse files
authored
chore: update codecov version and add token (#142)
1 parent f47318a commit e704ad7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/composite_actions/run_xcodebuild_test/action.yml

+4-2
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

+1
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

0 commit comments

Comments
 (0)