-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to
macOS-10.15
, test codecov action
- Loading branch information
Showing
4 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ env: | |
jobs: | ||
env-details: | ||
name: Environment details | ||
runs-on: macOS-latest | ||
runs-on: macOS-10.15 | ||
steps: | ||
- name: xcode version | ||
run: xcodebuild -version -sdk | ||
|
@@ -37,7 +37,7 @@ jobs: | |
build-test: | ||
name: Build and Test | ||
runs-on: macOS-latest | ||
runs-on: macOS-10.15 | ||
steps: | ||
- name: git checkout | ||
uses: actions/checkout@v2 | ||
|
@@ -55,5 +55,12 @@ jobs: | |
-derivedDataPath "$DERIVED_DATA_PATH" \ | ||
-enableCodeCoverage YES | xcpretty -c | ||
- name: codecov upload | ||
run: bash <(curl -s https://codecov.io/bash) -D $DERIVED_DATA_PATH -J "^$SCHEME$" | ||
- 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$" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters