Skip to content

Commit

Permalink
chore: kickoff release
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode authored May 15, 2024
2 parents f47318a + 214c550 commit ae4f4e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["FaceLiveness"]),
],
dependencies: [
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.3")
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.6")
],
targets: [
.target(
Expand Down
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ codecov:

coverage:
status:
patch: off
project:
default:
threshold: 1%

0 comments on commit ae4f4e0

Please sign in to comment.