diff --git a/docs/testing.rst b/docs/testing.rst index 4e64d4159..4a1a58cf1 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -32,7 +32,7 @@ You should build your tests to provide the highest level of **code coverage**. Y Once the tests are complete, in order to see the code coverage, run the following command: :: - $ coverage run -m pytest + $ coverage report If you're running the project locally with Docker, use these commands instead: ::