Add test coverage.

This commit is contained in:
Luke Murphy 2018-04-12 21:35:53 +02:00
parent bb9c2b2366
commit cee6cee385
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

@ -28,4 +28,4 @@ pytest:
- pip install -r test_requirements.txt - pip install -r test_requirements.txt
- apt-get update && cat system-requirements.txt | xargs apt-get install -y - apt-get update && cat system-requirements.txt | xargs apt-get install -y
script: script:
- pytest -v - pytest -v --cov=ojusomap

View File

@ -1,3 +1,4 @@
-r requirements.txt -r requirements.txt
pytest==3.5.0 pytest==3.5.0
pytest-django==3.1.2 pytest-django==3.1.2
pytest-cov==2.5.1