Skip to content

Commit

Permalink
Update Codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamede1945 committed Aug 4, 2024
1 parent 775a63e commit 8e4ebd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Run tests
run: set -o pipefail && xcrun xcodebuild build test -scheme QuranEngine-Package -sdk "iphonesimulator" -destination "name=iPhone 14 Pro,OS=17.2" | xcpretty

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
swift: true
token: ${{ secrets.CODECOV_TOKEN }}

ExampleApp:
runs-on: macos-13
Expand Down

0 comments on commit 8e4ebd2

Please sign in to comment.