diff --git a/Makefile b/Makefile index a384f57..717ba38 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install-test: install-servers test: set -e; \ if [ "$(COVERAGE)" = "true" ]; then \ - py.test --cov-config .coveragerc; \ + py.test --cov-config .coveragerc --cov vdirsyncer; \ else \ py.test; \ fi