Merge pull request #27 from yaslab/codecov
Add codecov badge to README.md
This commit is contained in:
commit
88d88c6fae
10
.travis.yml
10
.travis.yml
|
@ -1,12 +1,8 @@
|
|||
language: objective-c
|
||||
language: swift
|
||||
osx_image: xcode8.3
|
||||
env:
|
||||
- LC_CTYPE=en_US.UTF-8
|
||||
git:
|
||||
submodules: false
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- set -o pipefail && xcodebuild test -scheme CSV-OSX
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
codeCoverageEnabled = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# CSV.swift
|
||||
|
||||
[](https://travis-ci.org/yaslab/CSV.swift)
|
||||
[](https://codecov.io/gh/yaslab/CSV.swift)
|
||||
|
||||
CSV reading and writing library written in Swift.
|
||||
|
||||
|
|
Loading…
Reference in New Issue