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