diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57fed860..33fd0005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: APPLE_DEVELOPMENT_SIGNING_CERTIFICATE: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }} APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }} EXTRA_XCODEBUILD: ${{ env.EXTRA_XCODEBUILD }} - + - name: Run Unit Tests on iOS if: matrix.platform == 'iOS' run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 15 Plus' @@ -59,7 +59,7 @@ jobs: if: matrix.platform == 'macOS' run: xcodebuild test -scheme Kiwix -destination 'platform=macOS' - - name: Upload coverage reports to Codecov with GitHub Action + - name: Upload code coverage uses: codecov/codecov-action@v4.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}