Added coverage
This commit is contained in:
@@ -12,5 +12,8 @@ python:
|
||||
# - "3.8-dev"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install --user codecov
|
||||
script:
|
||||
- python -m pytest -v
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
Reference in New Issue
Block a user