Skip to content

Commit 2845f94

Browse files
author
Patrick
committed
add coveralls.io coverage badge
1 parent 6ee325a commit 2845f94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/packagist/v/permafrost-dev/phpcsfixer-preset" alt="version"/> <img src="https://img.shields.io/packagist/l/permafrost-dev/phpcsfixer-preset" alt="license"/> <img src="https://img.shields.io/packagist/dt/permafrost-dev/phpcsfixer-preset" alt="downloads"/> <img src="https://img.shields.io/github/workflow/status/permafrost-dev/phpcsfixer-preset/Run%20Tests/main" alt="Run Tests"/>
8+
<img src="https://img.shields.io/packagist/v/permafrost-dev/phpcsfixer-preset" alt="version"/> <img src="https://img.shields.io/packagist/l/permafrost-dev/phpcsfixer-preset" alt="license"/> <img src="https://img.shields.io/packagist/dt/permafrost-dev/phpcsfixer-preset" alt="downloads"/> <img src="https://img.shields.io/github/workflow/status/permafrost-dev/phpcsfixer-preset/Run%20Tests/main" alt="Run Tests"/> <img src="https://coveralls.io/repos/github/permafrost-dev/phpcsfixer-preset/badge.svg?branch=main" alt="Coverage Status" />
99
</p>
1010

1111
<br>
@@ -112,6 +112,7 @@ return SharedConfig::create($finder, new DefaultRuleset([
112112
## Quick Setup
113113

114114
To generate a `php-cs-fixer` configuration file for your project, run:
115+
115116
```bash
116117
vendor/bin/pf-create-cs-config <type> [-o|--outfile=filename] [-r|--ruleset=name] [-f|--force]
117118
```
@@ -157,7 +158,6 @@ Default: `false`<br>
157158
Possible values: none<br>
158159
Effect: overwrites any existing configuration file<br>
159160

160-
161161
Examples:
162162

163163
```bash
@@ -243,6 +243,7 @@ Update the `rules()` method in the `Permafrost\PhpCsFixerRules\Rulesets\DefaultR
243243
Create a class that implements the `Permafrost\PhpCsFixerRules\Rulesets\Ruleset` interface, returning your rules from the `rules()` method.
244244

245245
Sample Ruleset:
246+
246247
```php
247248
<?php
248249

0 commit comments

Comments
 (0)