Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Send coverage information to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jun 8, 2015
1 parent 9a6ee1c commit 04cfd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A tool to generate test code coverage information for Swift.

[![Circle CI](https://circleci.com/gh/realm/SwiftCov/tree/master.svg?style=svg)](https://circleci.com/gh/realm/SwiftCov/tree/master)
[![codecov.io](http://codecov.io/github/realm/SwiftCov/coverage.svg?branch=master)](http://codecov.io/github/realm/SwiftCov?branch=master)
[![Coverage Status](https://coveralls.io/repos/realm/SwiftCov/badge.svg)](https://coveralls.io/r/realm/SwiftCov)

## Installation
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ test:
- script/cibuild
- make coverage
post:
- bash <(curl -s https://codecov.io/bash)
- bundle exec coveralls-gcov --repo-token XVWMzBFVchIyZnGc4qmkY6kwLorw4dvZW --no-gcov

0 comments on commit 04cfd33

Please sign in to comment.