From: gggeek Date: Thu, 24 Nov 2022 10:24:06 +0000 (+0000) Subject: move coverage from scrutinizer to codecov X-Git-Tag: 4.9.0~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=556cabc5b8e7d8f9794537bd97dd480fc403d189;p=plcapi.git move coverage from scrutinizer to codecov --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddfe2505..e72911cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,6 @@ jobs: run: | ./tests/ci/setup/setup_code_coverage.sh enable ./vendor/bin/phpunit -v --coverage-clover=coverage.clover tests - #if [ -f coverage.clover ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi if [ -f coverage.clover ]; then wget https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -f coverage.clover; fi - name: run tests diff --git a/README.md b/README.md index 1f0779d3..3e1516bd 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ Use of this software is subject to the terms in the [license.txt](license.txt) f [![Total Downloads](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/downloads)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc) [![Build Status](https://github.com/gggeek/phpxmlrpc/actions/workflows/ci.yml/badge.svg)](https://github.com/gggeek/phpxmlrpc/actions/workflows/ci.yml) -[![Code Coverage](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/badges/coverage.png)](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc) +[![Code Coverage](https://codecov.io/gh/gggeek/phpxmlrpc/branch/master/graph/badge.svg)](https://app.codecov.io/gh/gggeek/phpxmlrpc)