Merge pull request #27 from yaslab/codecov

Add codecov badge to README.md
This commit is contained in:
Yasuhiro Hatta 2017-07-09 14:35:23 +09:00 committed by GitHub
commit 88d88c6fae
3 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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">

View File

@ -1,6 +1,7 @@
# CSV.swift
[![Build Status](https://travis-ci.org/yaslab/CSV.swift.svg?branch=master)](https://travis-ci.org/yaslab/CSV.swift)
[![codecov](https://codecov.io/gh/yaslab/CSV.swift/branch/master/graph/badge.svg)](https://codecov.io/gh/yaslab/CSV.swift)
CSV reading and writing library written in Swift.