File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
SDWebImageWebPCoder.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ script:
43
43
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/iOS
44
44
45
45
after_success :
46
- - bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImageWebPCoder$' -F 'iOS'
46
+ - bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImageWebPCoder$' -c -X gcov -F ios
Original file line number Diff line number Diff line change 26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = " YES" >
29
+ shouldUseLaunchSchemeArgsEnv = " YES"
30
+ codeCoverageEnabled = " YES" >
30
31
<Testables >
31
32
<TestableReference
32
33
skipped = " NO" >
39
40
</BuildableReference >
40
41
</TestableReference >
41
42
</Testables >
42
- <AdditionalOptions >
43
- </AdditionalOptions >
44
43
</TestAction >
45
44
<LaunchAction
46
45
buildConfiguration = " Debug"
61
60
ReferencedContainer = " container:SDWebImageWebPCoder.xcodeproj" >
62
61
</BuildableReference >
63
62
</MacroExpansion >
64
- <AdditionalOptions >
65
- </AdditionalOptions >
66
63
</LaunchAction >
67
64
<ProfileAction
68
65
buildConfiguration = " Release"
You can’t perform that action at this time.
0 commit comments