Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
add converage
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed May 19, 2017
1 parent e6444ca commit 9b9c1fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: Dv2YstJoD15nLmJr9siyPUnRFLugsZDsn
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ python:
- "3.5"
- "3.6"
- "nightly"
install:
- pip install coveralls
script:
- py.test
- py.test
- coverage run --source=dict setup.py test
after_success:
- coveralls
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
dict
====

|status| |github-release| |pypi-release| |pyversion| |license| |star|
|status| |build| |converage| |github-release| |pypi-release| |pyversion| |license| |star|

.. |status| image:: https://img.shields.io/pypi/status/dict-cli.svg
:alt: Status
:target: https://pypi.python.org/pypi/dict-cli

.. |build| image:: https://img.shields.io/travis/wufeifei/dict.svg
:alt: Build Status
:target: https://pypi.python.org/pypi/dict-cli

.. |converage| image:: https://img.shields.io/coveralls/wufeifei/dict.svg
:alt: Code Test Converage
:target: https://coveralls.io/github/wufeifei/dict

.. |github-release| image:: https://img.shields.io/github/release/wufeifei/dict.svg
:alt: GitHub Release
:target: https://github.com/wufeifei/dict/releases
Expand Down

0 comments on commit 9b9c1fd

Please sign in to comment.