From ecfc3484596a841f7be8e2c434515524886430d7 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Mon, 27 Apr 2015 22:28:19 +0200 Subject: [PATCH] Update clover.xml location --- .travis.yml | 2 +- README.md | 6 +++++- phpunit.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6868e3f..babfceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: - phpunit -c phpunit.xml # Scrutinizer coverage report - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi" + - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi" after_script: # Codacy coverage report - php vendor/bin/codacycoverage clover diff --git a/README.md b/README.md index 6e761d4..2bebfb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -## Log Normalizer [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/interfasys/lognormalizer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/interfasys/lognormalizer/?branch=master) [![Build Status](https://travis-ci.org/interfasys/lognormalizer.svg?branch=master)](https://travis-ci.org/interfasys/lognormalizer) +## Log Normalizer +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/interfasys/lognormalizer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/interfasys/lognormalizer/?branch=master) +[![Code Climate](https://codeclimate.com/github/interfasys/lognormalizer/badges/gpa.svg)](https://codeclimate.com/github/interfasys/lognormalizer) +[![Build Status](https://travis-ci.org/interfasys/lognormalizer.svg?branch=master)](https://travis-ci.org/interfasys/lognormalizer) + Parses variables and converts them to string so that they can be logged Based on the [Monolog](https://github.com/Seldaek/monolog) formatter/normalizer. diff --git a/phpunit.xml b/phpunit.xml index 6835347..760ae7a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -17,6 +17,6 @@ - + \ No newline at end of file