summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Nagy <mail@aigeruth.hu>2014-07-12 15:46:55 +0200
committerGabor Nagy <mail@aigeruth.hu>2014-07-12 15:46:55 +0200
commit8810273010afd91b0586f57d9c5794e7dd617d10 (patch)
tree96c7aba66f2ea4b202bc1e141ea37be085f9ab12 /Makefile
parente4419a065ffc7e8702453835e465a47b011b8f12 (diff)
downloadsearxng-8810273010afd91b0586f57d9c5794e7dd617d10.tar.gz
searxng-8810273010afd91b0586f57d9c5794e7dd617d10.zip
Cover searx.utils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2ef352eb1..f56060868 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,9 @@ flake8: .installed.cfg
@bin/flake8 ./searx/
coverage: .installed.cfg
- @bin/coverage run --source=./searx/ --branch bin/test
- @bin/coverage report --show-missing
- @bin/coverage html --directory ./coverage
+ @bin/coverage run bin/test
+ @bin/coverage report
+ @bin/coverage html
production: bin/buildout production.cfg setup.py
bin/buildout -c production.cfg $(options)