Skip to content

Commit

Permalink
chore: update codecov version and add token (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode authored May 7, 2024
1 parent f47318a commit e704ad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/composite_actions/run_xcodebuild_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ inputs:
scheme:
required: true
type: string
token:
required: true
project_path:
required: false
type: string
Expand Down Expand Up @@ -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
token: ${{ inputs.token }}
1 change: 1 addition & 0 deletions .github/workflows/liveness_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e704ad7

Please sign in to comment.