Fix coverage collection

This commit is contained in:
Markus Unterwaditzer 2017-01-30 14:32:25 +01:00
parent 94fe934ec2
commit 2890b48cd7

View file

@ -34,7 +34,7 @@ install-test: install-servers
test: test:
set -e; \ set -e; \
if [ "$(COVERAGE)" = "true" ]; then \ if [ "$(COVERAGE)" = "true" ]; then \
py.test --cov-config .coveragerc; \ py.test --cov-config .coveragerc --cov vdirsyncer; \
else \ else \
py.test; \ py.test; \
fi fi