Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Revert back to use bash for codecov upload
Browse files Browse the repository at this point in the history
As Codecov action fails on macOS, see codecov/codecov-action#13
  • Loading branch information
paulz authored Sep 2, 2019
1 parent 4a8530e commit 5a6f600
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ jobs:
run: carthage bootstrap --cache-builds --platform ios
- name: Build and test
run: xcodebuild test -scheme Example -destination 'platform=iOS Simulator,name=iPhone XS' | xcpretty
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.2
with:
token: ${{secrets.CODECOV_TOKEN}}
flags: -Z -J '^ImageCoordinateSpace$' -X gcov -X fix
- name: Report code coverage
run: bash <(curl -s 'https://codecov.io/bash') -Z -J '^ImageCoordinateSpace$' -X gcov -X fix -t ${{secrets.CODECOV_TOKEN}}

0 comments on commit 5a6f600

Please sign in to comment.