Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
Merge branch 'codecov'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron McTavish committed Mar 3, 2017
2 parents aff8e9c + 3009519 commit 40ed4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ matrix:
before_install:
- make dependencies
- make build
after_success:
- bash <(curl -s https://codecov.io/bash)
- script:
- make test
env: JOB=SwiftPM
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GitHub Scanner

[![Build Status](https://travis-ci.org/ustwo/github-scanner.svg?branch=master)](https://travis-ci.org/ustwo/github-scanner)
[![codecov.io](https://codecov.io/github/ustwo/github-scanner/coverage.svg?branch=master)](https://codecov.io/github/ustwo/github-scanner?branch=master)
[![Twitter](https://img.shields.io/badge/twitter-@ustwo-blue.svg?style=flat)](http://twitter.com/ustwo)

This is a commandline tool for scanning GitHub repositories. It is built by developers at [ustwo][ustwo].
Expand Down

0 comments on commit 40ed4d3

Please sign in to comment.