Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Add support for codecov (#8)
Browse files Browse the repository at this point in the history
* Add support for codecov to .travis.yml

* Add .codecov.yml

* Add codecov badge
  • Loading branch information
fastred authored Feb 4, 2017
1 parent 96c0a34 commit 1b0bd09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
ignore:
- Pods/*
status:
patch: false
changes: false
comment: false

2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ before_install:
script:
- xcodebuild -scheme IBAnalyzer -workspace IBAnalyzer.xcworkspace
- xcodebuild test -scheme IBAnalyzer -workspace IBAnalyzer.xcworkspace
after_success:
- bash <(curl -s https://codecov.io/bash)

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/fastred/IBAnalyzer.svg?branch=master)](https://travis-ci.org/fastred/IBAnalyzer)
[![Build Status](https://travis-ci.org/fastred/IBAnalyzer.svg?branch=master)](https://travis-ci.org/fastred/IBAnalyzer) [![codecov](https://codecov.io/gh/fastred/IBAnalyzer/branch/master/graph/badge.svg)](https://codecov.io/gh/fastred/IBAnalyzer)

# IBAnalyzer

Expand Down

0 comments on commit 1b0bd09

Please sign in to comment.