File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 97
97
env :
98
98
DEVELOPER_DIR : /Applications/Xcode_13.2.1.app
99
99
WORKSPACE_NAME : SDWebImage.xcworkspace
100
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
100
101
strategy :
101
102
matrix :
102
103
iosDestination : ["platform=iOS Simulator,name=iPhone 13 Pro"]
@@ -146,9 +147,9 @@ jobs:
146
147
set -o pipefail
147
148
export PATH="/usr/local/opt/curl/bin:$PATH"
148
149
curl --version
149
- bash <(curl -s https://codecov.io/bash) -D './DerivedData/macOS' -J '^SDWebImage$' -c -X gcov -F macos
150
- bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImage$' -c -X gcov -F ios
151
- bash <(curl -s https://codecov.io/bash) -D './DerivedData/tvOS' -J '^SDWebImage$' -c -X gcov -F tvos
150
+ bash <(curl -s https://codecov.io/bash) -v - D './DerivedData/macOS' -J '^SDWebImage$' -c -X gcov -F macos
151
+ bash <(curl -s https://codecov.io/bash) -v - D './DerivedData/iOS' -J '^SDWebImage$' -c -X gcov -F ios
152
+ bash <(curl -s https://codecov.io/bash) -v - D './DerivedData/tvOS' -J '^SDWebImage$' -c -X gcov -F tvos
152
153
153
154
Build :
154
155
name : Build Library
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ coverage:
7
7
project :
8
8
default : off
9
9
ios :
10
- flags : ios
10
+ flags :
11
+ - ios
11
12
macos :
12
- flags : macos
13
+ flags :
14
+ - macos
13
15
tvos :
14
- flags : tvos
16
+ flags :
17
+ - tvos
You can’t perform that action at this time.
0 commit comments