Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-04 05:33:01 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-04 05:33:01 +0300
commitbde45453cda42c88b19d660ca406c61cb1130ce0 (patch)
tree3892ab56b4716c60aef718bac37699bf9da059d3
parentda36234c572700209920e15ec4a79ea8e1fbd26f (diff)
parent17a3635bebf113cecbc3e0699ae00f50e53443c0 (diff)
Merge branch 'remove-code-coverage'
-rw-r--r--.travis.yml6
-rw-r--r--README.md2
2 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index e5e670be84..df1fc50aac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,12 +41,6 @@ matrix:
env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Integration
- php: 5.6
env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Unit
- include:
- # Code Coverage
- - php: 5.6
- env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Integration
- - php: 5.6
- env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Unit
exclude:
# Run test suites separately only on PHP 5.4 with PDO
- php: 5.3.3
diff --git a/README.md b/README.md
index 91c0ac46d9..4d3302298d 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ The Piwik project uses an ever-expanding comprehensive set of thousands of unit
Build status (master branch) [![Build Status](https://travis-ci.org/piwik/piwik.svg?branch=master)](https://travis-ci.org/piwik/piwik) - Screenshot tests Build [![Build Status](https://travis-ci.org/piwik/piwik-ui-tests.svg?branch=master)](https://travis-ci.org/piwik/piwik-ui-tests)
-Code Coverage: [![Coverage Status](https://coveralls.io/repos/piwik/piwik/badge.png?branch=master)](https://coveralls.io/r/piwik/piwik?branch=master)
+Code Coverage: [![Code Coverage](https://scrutinizer-ci.com/g/piwik/piwik/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/piwik/piwik/?branch=master)
Issue tracker metrics: [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/piwik/piwik.svg)](http://isitmaintained.com/project/piwik/piwik "Average time to resolve an issue") - [![Percentage of issues still open](http://isitmaintained.com/badge/open/piwik/piwik.svg)](http://isitmaintained.com/project/piwik/piwik "Percentage of issues still open")