Skip to content

Commit

Permalink
Merge pull request ga4gh#1447 from david4096/1253_codecov
Browse files Browse the repository at this point in the history
Add codecov to travis
  • Loading branch information
dcolligan authored Oct 28, 2016
2 parents 0432cfc + 0249b7f commit 40f1928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ script:
--cover-branches --cover-erase
- make clean -C docs
- make -C docs

# run codecov !
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 40f1928

Please sign in to comment.