Revoke makefile change

This commit is contained in:
Roman Mogylatov 2021-02-13 09:12:54 -05:00
parent 2621e505cd
commit e65212e231

View File

@ -55,7 +55,7 @@ test-py2: build
test: build
# Unit tests with coverage report
coverage erase
-coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py
coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py
coverage report --rcfile=./.coveragerc
coverage html --rcfile=./.coveragerc