From f06f383a385449093fa9342ac6ce2adcdebc357e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Sat, 12 Mar 2016 01:24:56 +0000 Subject: [PATCH] Cleanup no longer used coveralls settings --- .coveralls.yml | 4 ---- README.md | 8 ++++---- composer.json | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index b086fff7a..000000000 --- a/.coveralls.yml +++ /dev/null @@ -1,4 +0,0 @@ -# for php-coveralls -service_name: travis-ci -src_dir: lib -coverage_clover: build/logs/clover*.xml diff --git a/README.md b/README.md index 6c46f637c..96862eea2 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ without requiring unnecessary code duplication. [Master image]: https://img.shields.io/travis/doctrine/doctrine2/master.svg?style=flat-square [Master]: https://travis-ci.org/doctrine/doctrine2 - [Master coverage image]: https://img.shields.io/coveralls/doctrine/doctrine2/master.svg?style=flat-square - [Master coverage]: https://coveralls.io/r/doctrine/doctrine2?branch=master + [Master coverage image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/doctrine2/master.svg?style=flat-square + [Master coverage]: https://scrutinizer-ci.com/g/doctrine/doctrine2/?branch=master [2.5 image]: https://img.shields.io/travis/doctrine/doctrine2/2.5.svg?style=flat-square [2.5]: https://github.com/doctrine/doctrine2/tree/2.5 - [2.5 coverage image]: https://img.shields.io/coveralls/doctrine/doctrine2/2.5.svg?style=flat-square - [2.5 coverage]: https://coveralls.io/r/doctrine/doctrine2?branch=2.5 + [2.5 coverage image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/doctrine2/2.5.svg?style=flat-square + [2.5 coverage]: https://scrutinizer-ci.com/g/doctrine/doctrine2/?branch=2.5 diff --git a/composer.json b/composer.json index cd1f81ade..ee12f7779 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,6 @@ } }, "archive": { - "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp", "*coveralls.yml"] + "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"] } }