Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit c5c016f

Browse files
committed
Update README and badges
1 parent 51ea39c commit c5c016f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
[![Codacy Badge](https://api.codacy.com/project/badge/grade/d992a862b1994805907ec277e16b0fda)](https://www.codacy.com/app/Codacy/php-codacy-coverage)
2+
[![Codacy Badge](https://api.codacy.com/project/badge/coverage/d992a862b1994805907ec277e16b0fda)](https://www.codacy.com/app/Codacy/php-codacy-coverage)
3+
[![Circle CI](https://circleci.com/gh/codacy/php-codacy-coverage.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/codacy/php-codacy-coverage)
4+
[![Latest Stable Version](https://poser.pugx.org/codacy/coverage/version)](https://packagist.org/packages/codacy/coverage)
5+
16
# Codacy PHP Coverage Reporter
27
[Codacy](https://codacy.com/) coverage support for PHP. Get coverage reporting and code analysis for PHP from Codacy.
38

4-
[![Codacy Badge](https://www.codacy.com/project/badge/d992a862b1994805907ec277e16b0fda)](https://www.codacy.com/public/caxaria/php-codacy-coverage)
5-
69
# Prerequisites
710

811
- PHP 5.3 or later
@@ -70,6 +73,11 @@ Even more control:
7073
- ```--base-url=<OTHER_URL>``` defaults to http://codacy.com
7174
- ```--git-commit=<COMMIT_HASH>``` defaults to the last commit hash
7275

76+
## Circle CI
77+
78+
This project sends its own coverage during the build in circleCI.
79+
Feel free to check our `circle.yml`, and send your coverage as a step of your build process.
80+
7381
## Travis CI
7482

7583
Add codacycoverage to your `.travis.yml`:

0 commit comments

Comments
 (0)