Skip to content

Commit

Permalink
Revert to codecov bash uploader instead of codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed May 10, 2021
1 parent 9f84e1e commit 2cb9d7c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,5 @@ jobs:
-derivedDataPath "$DERIVED_DATA_PATH" \
-enableCodeCoverage YES | xcpretty -c
- name: codecov action
uses: codecov/[email protected]
with:
xcode_package: "'^${{ env.SCHEME }}$'"
xcode_derived_data: ${{ env.DERIVED_DATA_PATH }}
#fail_ci_if_error: true

#- name: codecov upload
# run: bash <(curl -s https://codecov.io/bash) -D $DERIVED_DATA_PATH -J "^$SCHEME$"
- name: codecov upload
run: bash <(curl -s https://codecov.io/bash) -D $DERIVED_DATA_PATH -J "^$SCHEME$"

0 comments on commit 2cb9d7c

Please sign in to comment.