Skip to content

Commit fcdfb7d

Browse files
committed
add codeconv badge, reorganize into two lines
1 parent 5a9a16f commit fcdfb7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
![PHPUnit tests](https://github.com/php-amqplib/php-amqplib/workflows/PHPUnit%20tests/badge.svg)
44
[![Latest Version on Packagist][ico-version]][link-packagist]
5+
[![Total Downloads][ico-downloads]][link-downloads]
56
[![Software License][ico-license]](LICENSE)
7+
8+
[![codecov](https://codecov.io/gh/php-amqplib/php-amqplib/branch/master/graph/badge.svg?token=tgeYkUsaDM)](https://codecov.io/gh/php-amqplib/php-amqplib)
69
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
710
[![Quality Score][ico-code-quality]][link-code-quality]
8-
[![Total Downloads][ico-downloads]][link-downloads]
911

1012
This library is a _pure PHP_ implementation of the [AMQP 0-9-1 protocol](http://www.rabbitmq.com/tutorials/amqp-concepts.html).
1113
It's been tested against [RabbitMQ](http://www.rabbitmq.com/).

0 commit comments

Comments
 (0)