Added the coverage command ...

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 14:52:40 +02:00
parent daec89952f
commit 0f01f2c31a
+1 -1
View File
@@ -14,6 +14,6 @@ install:
- pip install -r requirements.txt
- pip install codecov
script:
- python -m pytest -v
- python -m pytest --cov=nw -v
after_success:
- codecov