Skip to content

Commit 8b2671a

Browse files
authored
Update test coverage badge (#1081)
1 parent e32a179 commit 8b2671a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.dev-tools/src/Readme/ReadmeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ private static function badges(): string
6565
),
6666
self::badge(
6767
'Test coverage',
68-
\sprintf('%s/coverallsCoverage/github/%s.svg?branch=main&label=Test%%20coverage', self::SHIELDS_HOST, self::composer()->name),
69-
\sprintf('https://coveralls.io/github/%s?branch=main', self::composer()->name),
68+
\sprintf('%s/codecov/c/gh/%s?branch=main&label=Test%%20coverage', self::SHIELDS_HOST, self::composer()->name),
69+
\sprintf('https://app.codecov.io/github/%s/tree/main', self::composer()->name),
7070
),
7171
self::badge(
7272
'Type coverage',

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ jobs:
117117
- if: matrix.with-php-cs-fixer-from-master
118118
run: composer require friendsofphp/php-cs-fixer:dev-master --no-update
119119

120-
- if: matrix.calculate-coverage
121-
run: composer require --dev php-coveralls/php-coveralls --no-update
122-
123120
- if: matrix.install-phpunit-12
124121
run: composer require --dev phpunit/phpunit:^12.3.4 --no-update
125122

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# PHP CS Fixer: custom fixers
44

55
[![CI](https://img.shields.io/github/actions/workflow/status/kubawerlos/php-cs-fixer-custom-fixers/ci.yaml?label=CI)](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/actions/workflows/ci.yaml)
6-
[![Test coverage](https://img.shields.io/coverallsCoverage/github/kubawerlos/php-cs-fixer-custom-fixers.svg?branch=main&label=Test%20coverage)](https://coveralls.io/github/kubawerlos/php-cs-fixer-custom-fixers?branch=main)
6+
[![Test coverage](https://img.shields.io/codecov/c/gh/kubawerlos/php-cs-fixer-custom-fixers?branch=main&label=Test%20coverage)](https://app.codecov.io/github/kubawerlos/php-cs-fixer-custom-fixers/tree/main)
77
[![Type coverage](https://img.shields.io/endpoint?label=Type%20coverage&url=https%3A%2F%2Fshepherd.dev%2Fviews%2Fcoverage_data.php%3Fkubawerlos%2Fphp-cs-fixer-custom-fixers)](https://shepherd.dev/github/kubawerlos/php-cs-fixer-custom-fixers)
88
[![Mutation Score Indicator](https://img.shields.io/endpoint?label=Mutation%20Score%20Indicator&logo=none&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fkubawerlos%2Fphp-cs-fixer-custom-fixers%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/kubawerlos/php-cs-fixer-custom-fixers/main)
99
[![Downloads](https://img.shields.io/packagist/dt/kubawerlos/php-cs-fixer-custom-fixers.svg?label=Downloads)](https://packagist.org/packages/kubawerlos/php-cs-fixer-custom-fixers/stats)

0 commit comments

Comments
 (0)