We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2621e50 commit e65212eCopy full SHA for e65212e
Makefile
@@ -55,7 +55,7 @@ test-py2: build
55
test: build
56
# Unit tests with coverage report
57
coverage erase
58
- -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
59
coverage report --rcfile=./.coveragerc
60
coverage html --rcfile=./.coveragerc
61
0 commit comments