Skip to content

Commit

Permalink
Fix code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXakaWIZARD committed Apr 14, 2015
1 parent bcb6beb commit 6323386
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .coveralls.yml
@@ -1 +1,4 @@
service_name: travis-ci
service_name: travis-ci
src_dir: src
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,4 +15,4 @@ script:
- phpunit

after_script:
- php vendor/bin/coveralls -v
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
2 changes: 1 addition & 1 deletion phpunit.xml
Expand Up @@ -5,6 +5,6 @@
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="./build/logs/coverage.xml"/>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
</phpunit>
2 changes: 1 addition & 1 deletion readme.md
@@ -1,7 +1,7 @@
# PoParser
[![Build Status](https://api.travis-ci.org/MAXakaWIZARD/PoParser.png?branch=master)](https://travis-ci.org/MAXakaWIZARD/PoParser)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/MAXakaWIZARD/PoParser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/MAXakaWIZARD/PoParser/?branch=master)
[![Coverage Status](https://coveralls.io/repos/MAXakaWIZARD/PoParser/badge.svg)](https://coveralls.io/r/MAXakaWIZARD/PoParser)
[![Coverage Status](https://coveralls.io/repos/MAXakaWIZARD/PoParser/badge.svg?branch=master)](https://coveralls.io/r/MAXakaWIZARD/PoParser?branch=master)
[![Latest Stable Version](https://poser.pugx.org/maxakawizard/po-parser/v/stable.svg)](https://packagist.org/packages/maxakawizard/po-parser)
[![Total Downloads](https://poser.pugx.org/maxakawizard/po-parser/downloads.svg)](https://packagist.org/packages/maxakawizard/po-parser)
[![License](https://poser.pugx.org/maxakawizard/po-parser/license.svg)](https://packagist.org/packages/maxakawizard/po-parser)
Expand Down

0 comments on commit 6323386

Please sign in to comment.