Skip to content

Commit

Permalink
Updating codecov-action version and setting the token
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland committed May 7, 2024
1 parent 8d53b41 commit f005650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/report-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo "Generating coverage report for AWSMobileClient..."
xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage Build/Build/Products/Debug-iphonesimulator/AWSAuthSDKTestApp.app/Frameworks/AWSMobileClient.framework/AWSMobileClient >> aws-sdk-ios-Coverage.lcov
- name: Upload Coverage Report
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
flags: AWS-SDK
flags: AWS-SDK
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f005650

Please sign in to comment.