Skip to content

Commit

Permalink
coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 28, 2018
1 parent d760686 commit 880cbf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
ignore_errors = True
omit =
tests/*
samples/*
*samples/*
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Version| |Build_Status| |rtdocs| |compat_py27| |compat_py35| |compat_py36|
|Version| |Build_Status| |coverage| |rtdocs| |compat_py27| |compat_py35| |compat_py36|

Isogeo API Python SDK
=====================
Expand Down Expand Up @@ -193,6 +193,10 @@ To build docs:
:target: https://travis-ci.org/Guts/isogeo-api-py-minsdk
:alt: Travis build status

.. |coverage| image:: https://codecov.io/gh/Guts/isogeo-api-py-minsdk/branch/master/graph/badge.svg
:target: https://codecov.io/gh/Guts/isogeo-api-py-minsdk
:alt: Codecov - Coverage status

.. |compat_py27| image:: https://img.shields.io/badge/python-2.7-blue.svg
:target: https://badge.fury.io/py/isogeo-pysdk
:alt: Python 2.7.x compatiblity
Expand Down
1 change: 1 addition & 0 deletions tests/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#
#

codecov
coverage
requests==2.*
configparser; python_version < '3.0'
Expand Down

0 comments on commit 880cbf0

Please sign in to comment.