|
|
@ -57,8 +57,8 @@ test: ## run tests quickly with the default Python, ignoring functional tests |
|
|
|
|
|
|
|
|
|
|
|
coverage: ## check code coverage quickly with the default Python
|
|
|
|
coverage: ## check code coverage quickly with the default Python
|
|
|
|
coverage run --source ordr -m pytest --ignore tests/_functional/ |
|
|
|
coverage run --source ordr -m pytest --ignore tests/_functional/ |
|
|
|
coverage report -m |
|
|
|
coverage report -m --omit=ordr/scripts/* |
|
|
|
coverage html |
|
|
|
coverage html --omit=ordr/scripts/* |
|
|
|
$(BROWSER) htmlcov/index.html |
|
|
|
$(BROWSER) htmlcov/index.html |
|
|
|
|
|
|
|
|
|
|
|
fcoverage: ## check code coverage with the default Python and functional tests
|
|
|
|
fcoverage: ## check code coverage with the default Python and functional tests
|
|
|
|