mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Collect branch coverage
This commit is contained in:
parent
b2422dbea6
commit
7d4e28e690
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ install-test: install-servers
|
|||
|
||||
test:
|
||||
if [ "$(CI)" = "true" ]; then \
|
||||
coverage run --source=vdirsyncer/ --module pytest; \
|
||||
coverage run --branch --concurrency=thread --source=vdirsyncer/ --module pytest; \
|
||||
else \
|
||||
py.test; \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue