Add composer and lifted to coverage report

This commit is contained in:
Brian C. Lane 2019-09-25 14:19:05 -07:00
parent 3e9b56e66d
commit b5df65f658
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ check:
test:
@echo "*** Running tests ***"
PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -m nose -v --with-coverage --cover-erase --cover-branches \
--cover-package=pylorax --cover-inclusive \
--cover-package=pylorax --cover-package=lifted --cover-package=composer \
--cover-inclusive \
./tests/pylorax/ ./tests/composer/ ./tests/lifted/
coverage3 report -m