File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
OptimizelySDK/OptimizelySwiftSDK.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 42
42
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
43
43
script :
44
44
- " $HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
45
- after_success :
46
- - bash <(curl -s https://codecov.io/bash) -J 'OptimizelySwiftSDK-iOS'
47
- - travis_terminate 0
45
+ after_success : travis_terminate 0
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
- codeCoverageEnabled = " YES"
30
29
onlyGenerateCoverageForSpecifiedTargets = " YES"
31
30
shouldUseLaunchSchemeArgsEnv = " YES" >
32
31
<CodeCoverageTargets >
You can’t perform that action at this time.
0 commit comments