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 55 scheme :
66 required : true
77 type : string
8+ token :
9+ required : true
810 project_path :
911 required : false
1012 type : string
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments