File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
composite_actions/run_xcodebuild_test Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
scheme :
6
6
required : true
7
7
type : string
8
+ token :
9
+ required : true
8
10
project_path :
9
11
required : false
10
12
type : string
69
71
70
72
- name : Upload Report
71
73
if : ${{ inputs.generate_coverage == 'true' }}
72
- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
74
+ uses : codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
73
75
with :
74
- verbose : true
76
+ token : ${{ inputs.token }}
Original file line number Diff line number Diff line change 26
26
uses : ./.github/composite_actions/run_xcodebuild_test
27
27
with :
28
28
scheme : FaceLiveness
29
+ token : ${{ secrets.CODECOV_TOKEN }}
29
30
destination : ' platform=iOS Simulator,name=iPhone 14,OS=latest'
30
31
generate_coverage : true
You can’t perform that action at this time.
0 commit comments