Skip to content

Commit 6c6bf2d

Browse files
committed
Added Coveralls badge to README
1 parent b7fa7d3 commit 6c6bf2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Icon Font to PNG
22
[![Build status](https://img.shields.io/travis/Pythonity/icon-font-to-png.svg)][travis]
3+
[![Test coverage](https://img.shields.io/coveralls/Pythonity/icon-font-to-png.svg)][coveralls]
34
[![PyPI version](https://img.shields.io/pypi/v/icon_font_to_png.svg)][pypi]
45
[![Python versions](https://img.shields.io/pypi/pyversions/icon_font_to_png.svg)][pypi]
56
[![License](https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg)][license]
@@ -120,9 +121,11 @@ is unclear.
120121
Package was tested with the help of `py.test` and `tox` on Python 2.7, 3.4, 3.5
121122
and 3.6 (see `tox.ini`).
122123

124+
Code coverage is available at [Coveralls][coveralls].
125+
123126
To run tests yourself run `tox` inside the repository:
124127

125-
```
128+
```shell
126129
$ pip install -r requirements/dev.txt
127130
$ tox
128131
```
@@ -140,6 +143,7 @@ Original version by [Michał Wojciechowski][odyniec], refactored by
140143
[Paweł Adamczak][pawelad].
141144

142145

146+
[coveralls]: https://coveralls.io/github/Pythonity/icon-font-to-png
143147
[github]: https://github.com/Pythonity/icon-font-to-png
144148
[if2p osx bug]: https://github.com/Pythonity/icon-font-to-png/issues/2#issuecomment-197068427
145149
[license]: https://github.com/Pythonity/icon-font-to-png/blob/master/LICENSE

0 commit comments

Comments
 (0)