Skip to content

Commit 63811ed

Browse files
committed
Remove PHP CS Fixer config and adjust related files
Deleted the `.php-cs-fixer.dist.php` file as it is no longer needed. Updated `phpunit.xml` to include Clover coverage reporting. Renamed and updated the coverage badge path in `README.md` to reflect new file structure under an `assets` directory.
1 parent 8678412 commit 63811ed

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![PhpStan Level](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg)
66
[![PHPStan Checks](https://github.com/nuxtifyts/php-dto/actions/workflows/phpstan-tests.yml/badge.svg)](https://github.com/nuxtifyts/php-dto/actions/workflows/phpstan-tests.yml)
77
[![CI Tests](https://github.com/nuxtifyts/php-dto/actions/workflows/php-tests.yml/badge.svg)](https://github.com/nuxtifyts/php-dto/actions/workflows/php-tests.yml)
8-
[![Test Coverage](https://raw.githubusercontent.com/nuxtifyts/php-dto/main/badge-coverage.svg)](https://packagist.org/packages/nuxtifyts/phpdto)
8+
[![Test Coverage](https://raw.githubusercontent.com/nuxtifyts/php-dto/main/assets/badge-coverage.svg)](https://packagist.org/packages/nuxtifyts/phpdto)
99

1010
This package enabled the creation of data objects which can be used in various ways.
1111
Using modern PHP syntax, it allows you to hydrate data from arrays, objects, and other data sources.
File renamed without changes.

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<coverage>
3737
<report>
3838
<html outputDirectory="coverage-html"/>
39+
3940
<clover outputFile="clover.xml" />
4041
</report>
4142
</coverage>

0 commit comments

Comments
 (0)