Skip to content

Commit 7d7557c

Browse files
committed
Update README with new repository name !
1 parent 1b6044c commit 7d7557c

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
phpspec-code-coverage
22
=====================
3-
[![License](https://img.shields.io/packagist/l/leanphp/phpspec-code-coverage.svg?style=flat-square)](#LICENSE)
4-
[![Latest Stable Version](https://img.shields.io/packagist/v/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/leanphp/phpspec-code-coverage)
5-
[![Total Downloads](https://img.shields.io/packagist/dt/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/leanphp/phpspec-code-coverage)
3+
[![License](https://img.shields.io/packagist/l/friends-of-phpspec/phpspec-code-coverage.svg?style=flat-square)](#LICENSE)
4+
[![Latest Stable Version](https://img.shields.io/packagist/v/friends-of-phpspec/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/friends-of-phpspec/phpspec-code-coverage)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/friends-of-phpspec/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/friends-of-phpspec/phpspec-code-coverage)
66
[![Scrutinizer Code
7-
Quality](https://scrutinizer-ci.com/g/leanphp/phpspec-code-coverage/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/leanphp/phpspec-code-coverage/?branch=master)
8-
[![Travis](https://img.shields.io/travis/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://travis-ci.org/leanphp/phpspec-code-coverage)
9-
[![AppVeyor](https://img.shields.io/appveyor/ci/leanphp/phpspec-code-coverage/master.svg?style=flat-square)](https://ci.appveyor.com/project/leanphp/phpspec-code-coverage)
7+
Quality](https://img.shields.io/scrutinizer/quality/g/friends-of-phpspec/phpspec-code-coverage/master?style=flat-square)](https://scrutinizer-ci.com/g/friends-of-phpspec/phpspec-code-coverage/?branch=master)
8+
[![Travis](https://img.shields.io/travis/com/friends-of-phpspec/phpspec-code-coverage.svg?style=flat-square)](https://travis-ci.org/friends-of-phpspec/phpspec-code-coverage)
109

1110
[phpspec-code-coverage][0] is a [PhpSpec][2] extension that generates Code
1211
Coverage reports for [PhpSpec][2] tests.
@@ -15,9 +14,6 @@ Generating Code Coverage reports allows you to to analyze which parts of your
1514
codebase are tested and how well. However, Code Coverage alone should NOT be
1615
used as a single metric defining how good your tests are.
1716

18-
**Note!** This is a maintained fork of [henrikbjorn/phpspec-code-coverage][1]
19-
package with compatible version numbers for stable releases.
20-
2117
![phpspec-code-coverage console report](https://i.imgur.com/BU10ZAV.png)
2218
![phpspec-code-coverage HTML report](https://i.imgur.com/6xACR1g.png)
2319

@@ -35,7 +31,7 @@ Please see [CHANGELOG.md](CHANGELOG.md) for information on recent changes.
3531

3632
Install this package as a development dependency in your project:
3733

38-
$ composer require --dev leanphp/phpspec-code-coverage
34+
$ composer require --dev friends-of-phpspec/phpspec-code-coverage
3935

4036
Enable extension by editing `phpspec.yml` of your project:
4137

@@ -79,7 +75,7 @@ configuration file below has all of the [Configuration Options](#Options).
7975
# ...
8076
extensions:
8177
# ... other extensions ...
82-
# leanphp/phpspec-code-coverage
78+
# friends-of-phpspec/phpspec-code-coverage
8379
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
8480
# Specify a list of formats in which code coverage report should be
8581
# generated.
@@ -169,12 +165,8 @@ Copyright (c) 2013-2016 Henrik Bjornskov, for portions of code from
169165

170166
Licensed under [MIT License](LICENSE).
171167

172-
[0]: https://github.com/leanphp/phpspec-code-coverage
168+
[0]: https://github.com/friends-of-phpspec/phpspec-code-coverage
173169
[1]: https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension
174170
[2]: http://www.phpspec.net/en/stable
175171
[3]: https://xdebug.org/
176172
[4]: https://github.com/krakjoe/phpdbg
177-
178-
[travis-image]: https://travis-ci.org/leanphp/phpspec-code-coverage.svg
179-
[travis-url]: https://travis-ci.org/leanphp/phpspec-code-coverage
180-

0 commit comments

Comments
 (0)