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

Send coverage information to Codecov #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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