File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ language: swift
33osx_image : xcode11.3
44env :
55 - PACKAGE_NAME=csv-dialect-swift
6+ before_install :
7+ - sudo gem install coveralls-lcov
68script :
79 - swift test --enable-code-coverage
8- - xcrun llvm-cov show .build/x86_64-apple-macosx/debug/${PACKAGE_NAME}PackageTests.xctest/Contents/MacOS/csv-dialect-swiftPackageTests -instr-profile .build/x86_64-apple-macosx/ debug/codecov/default.profdata -ignore-filename-regex="Tests" > ${PACKAGE_NAME}PackageTests.xctest. coverage.txt
10+ - xcrun llvm-cov export -format=lcov -ignore-filename-regex="Tests" -instr-profile .build/debug/codecov/default.profdata .build/debug/ ${PACKAGE_NAME}PackageTests.xctest/Contents/MacOS/${PACKAGE_NAME}PackageTests > coverage.info
911after_success :
10- - bash <(curl -s https://codecov.io/bash) -J ${PACKAGE_NAME} -D ".build/x86_64-apple-macosx/debug/" -X gcov
12+ - coveralls-lcov --repo-token $COVERALLS_TOKEN coverage.info
Original file line number Diff line number Diff line change 11# DialectalCSV (` csv-dialect-swift ` )
22[ ![ TravisCI Build Status] ( https://travis-ci.org/chrispomeroyhale/csv-dialect-swift.svg?branch=master )] ( https://travis-ci.org/chrispomeroyhale/csv-dialect-swift )
3- [ ![ Codecov ] ( https://codecov .io/gh/ chrispomeroyhale/csv-dialect-swift/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /chrispomeroyhale/csv-dialect-swift )
3+ [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ chrispomeroyhale/csv-dialect-swift/badge.svg?branch=master )] ( https://coveralls .io/github /chrispomeroyhale/csv-dialect-swift?branch=master )
44
55A multi-[ dialect] ( https://frictionlessdata.io/specs/csv-dialect/ ) CSV parser written in Swift for importing and exporting the delectable flavors of comma separated values documents.
66
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments