File tree 6 files changed +9
-2
lines changed
SwiftCSV.xcodeproj/xcshareddata/xcschemes
6 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- language : objective-c
1
+ language : swift
2
2
3
3
branches :
4
4
except :
@@ -48,3 +48,6 @@ script:
48
48
GCC_GENERATE_TEST_COVERAGE_FILES=YES
49
49
SWIFT_VERSION=$SWIFT_VERSION
50
50
- pod lib lint --quick
51
+
52
+ after_success :
53
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 3
3
![ Swift 5.0] ( https://img.shields.io/badge/Swift-5.0-blue.svg?style=flat )
4
4
[ ![ Platform support] ( https://img.shields.io/badge/platform-ios%20%7C%20osx%20%7C%20tvos%20%7C%20watchos-lightgrey.svg?style=flat-square )] ( https://github.com/swiftcsv/SwiftCSV/blob/master/LICENSE.md )
5
5
[ ![ Build Status] ( https://img.shields.io/travis/swiftcsv/SwiftCSV/master.svg?style=flat-square )] ( https://travis-ci.org/swiftcsv/SwiftCSV )
6
- [ ![ Code coverage status] ( https://img.shields. io/codecov/c/github/ swiftcsv/SwiftCSV.svg?style=flat-square )] ( http ://codecov.io/github /swiftcsv/SwiftCSV)
6
+ [ ![ Code coverage status] ( https://codecov. io/gh/ swiftcsv/SwiftCSV/branch/master/graph/badge .svg )] ( https ://codecov.io/gh /swiftcsv/SwiftCSV)
7
7
[ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/SwiftCSV.svg?style=flat-square )] ( https://cocoapods.org/pods/SwiftCSV )
8
8
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
9
9
[ ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://github.com/swiftcsv/SwiftCSV/blob/master/LICENSE.md )
Original file line number Diff line number Diff line change 40
40
buildConfiguration = " Debug"
41
41
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
42
42
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
43
+ codeCoverageEnabled = " YES"
43
44
shouldUseLaunchSchemeArgsEnv = " YES" >
44
45
<Testables >
45
46
<TestableReference
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"
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<Testables >
31
32
<TestableReference
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"
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<Testables >
31
32
<TestableReference
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"
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<Testables >
31
32
</Testables >
You can’t perform that action at this time.
0 commit comments