Skip to content

Commit

Permalink
Merge pull request pdepend#332 from emirb/codecov2
Browse files Browse the repository at this point in the history
Codecov explicit coverage file
  • Loading branch information
Emir Beganović authored Nov 20, 2017
2 parents 3796176 + e734fd4 commit f0f6463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_script:

script:
- vendor/bin/phpunit --configuration $TEST_CONFIG --colors --coverage-clover=coverage.xml
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -f coverage.xml

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PHP Depend
=======
[![Build Status](https://travis-ci.org/pdepend/pdepend.svg?branch=master)](https://travis-ci.org/pdepend/pdepend)
[![codecov.io](https://codecov.io/gh/pdepend/pdepend/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/pdepend/pdepend?branch=master)
[![Packagist](https://img.shields.io/packagist/dt/pdepend/pdepend.svg)]()

0 comments on commit f0f6463

Please sign in to comment.