Skip to content

Commit

Permalink
Integrate codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Danappelxx committed Sep 7, 2016
1 parent eda42e8 commit 048a5e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ script:
- swift build
- swift build -c release
- swift test
after_success:
- swift package generate-xcodeproj
- WORKING_DIRECTORY=$(PWD) xcodebuild -toolchain org.swift.3020160831a -project MuttonChop.xcodeproj -scheme MuttonChop -sdk macosx10.12 -destination arch=x86_64 -configuration Debug -enableCodeCoverage YES test | xcpretty
- bash <(curl -s https://codecov.io/bash)
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MuttonChop

[![Swift][swift-badge]][platform-url] [![Platform][platform-badge]][platform-url] [![License][mit-badge]][mit-url] [![Travis][travis-badge]][travis-url] [![Codebeat][codebeat-badge]][codebeat-url]
[![Swift][swift-badge]][platform-url] [![Platform][platform-badge]][platform-url] [![License][mit-badge]][mit-url] [![Travis][travis-badge]][travis-url] [![Codebeat][codebeat-badge]][codebeat-url] [![Codecov][codecov-badge]][codecov-url]

> Mutton Chops are synonymous to Sideburns. Sideburns are kind of similar to Mustaches.
Expand Down Expand Up @@ -91,6 +91,8 @@ MIT - more information is in the LICENSE file.

[codebeat-badge]: https://codebeat.co/badges/102d7671-84ec-4af2-b82c-b64844ad5e2b
[codebeat-url]: https://codebeat.co/projects/github-com-danappelxx-muttonchop
[codecov-badge]: https://codecov.io/gh/Danappelxx/MuttonChop/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/Danappelxx/MuttonChop
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
[mit-url]: https://tldrlegal.com/license/mit-license
[platform-badge]: https://img.shields.io/badge/Platforms-OS%20X%20--%20Linux-lightgray.svg?style=flat
Expand Down

0 comments on commit 048a5e6

Please sign in to comment.