Merge pull request #16 from gwinn/master

coverage
This commit is contained in:
Alex Lushpai 2020-02-19 15:43:43 +03:00 committed by GitHub
commit 8dc72b6c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,6 @@ python:
before_install:
- pip install -r requirements.txt
script:
- nosetests -v
- nosetests -v --with-coverage --cover-xml
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -1,4 +1,5 @@
[![Build Status](https://img.shields.io/travis/retailcrm/api-client-python/master.svg?style=flat-square)](https://travis-ci.org/retailcrm/api-client-python)
[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/api-client-python/master.svg?style=flat-square)](https://codecov.io/gh/retailcrm/api-client-python)
[![PyPI](https://img.shields.io/pypi/v/retailcrm.svg?style=flat-square)](https://pypi.python.org/pypi/retailcrm)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/retailcrm.svg?style=flat-square)](https://pypi.python.org/pypi/retailcrm)

View File

@ -1,3 +1,4 @@
multidimensional-urlencode==0.0.4
nose==1.3.7
requests==2.20.0
coverage==5.0.2