mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix coverage collection
This commit is contained in:
parent
94fe934ec2
commit
2890b48cd7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue