From a73a69ef523037c3777ecb777a7af5e3332dc67a Mon Sep 17 00:00:00 2001 From: Itai Shirav Date: Tue, 7 Feb 2017 12:21:16 +0200 Subject: [PATCH] TRIVIAL add note about coverage --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 70ab8af..432519c 100644 --- a/README.rst +++ b/README.rst @@ -327,4 +327,8 @@ After cloning the project, run the following commands:: To run the tests, ensure that the ClickHouse server is running on http://localhost:8123/ (this is the default), and run:: - bin/nosetests \ No newline at end of file + bin/nosetests + +To see test coverage information run:: + + bin/nosetests --with-coverage --cover-package=infi.clickhouse_orm