Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .dev-tools/src/Readme/ReadmeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ private static function badges(): string
),
self::badge(
'Test coverage',
\sprintf('%s/coverallsCoverage/github/%s.svg?branch=main&label=Test%%20coverage', self::SHIELDS_HOST, self::composer()->name),
\sprintf('https://coveralls.io/github/%s?branch=main', self::composer()->name),
\sprintf('%s/codecov/c/gh/%s?branch=main&label=Test%%20coverage', self::SHIELDS_HOST, self::composer()->name),
\sprintf('https://app.codecov.io/github/%s/tree/main', self::composer()->name),
),
self::badge(
'Type coverage',
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ jobs:
- if: matrix.with-php-cs-fixer-from-master
run: composer require friendsofphp/php-cs-fixer:dev-master --no-update

- if: matrix.calculate-coverage
run: composer require --dev php-coveralls/php-coveralls --no-update

- if: matrix.install-phpunit-12
run: composer require --dev phpunit/phpunit:^12.3.4 --no-update

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PHP CS Fixer: custom fixers

[![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)
[![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)
[![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)
[![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)
[![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)
[![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)
Expand Down
Loading