Add codecov

This commit is contained in:
aouinizied 2019-10-18 21:38:01 +02:00
parent c7ad63b24c
commit c904d8b9cd

View file

@ -15,6 +15,11 @@ addons:
install:
- pip install -r requirements.txt
- pip install codecov
- python setup.py install
script: python tests.py
script:
- coverage run tests.py
after_success:
- codecov