Skip to content

Commit 2f176a5

Browse files
authored
Merge pull request #18 from wokalski/codecov-readme
Adds codecov badge to readme
2 parents bfac415 + e271ad1 commit 2f176a5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
osx_image: xcode8.2
22
language: objective-c
33

4+
branches:
5+
only:
6+
- master
7+
48
before_install:
59
- gem install cocoapods # Since Travis is not always on latest version
610
- gem install xcpretty

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Build Status](https://travis-ci.org/wokalski/Diff.swift.svg?branch=master)](https://travis-ci.org/wokalski/Diff.swift)
2+
[![codecov](https://codecov.io/gh/wokalski/Diff.swift/branch/master/graph/badge.svg)](https://codecov.io/gh/wokalski/Diff.swift)
3+
24

35
# Diff.swift
46

0 commit comments

Comments
 (0)