1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

Fix coverage report

This commit is contained in:
Alban Féron 2019-07-13 17:18:38 +02:00
parent 8a3ea151cc
commit ec31ba6ff7
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -9,5 +9,5 @@ install:
- pip install -r travis-requirements.txt
script:
- coverage run setup.py test
- coverage run setup.py test --test-suite tests.api.test_lyrics
- coverage run -a setup.py test --test-suite tests.api.test_lyrics
after_script: codecov