From 8440d330c166808ee7b03faf0ff9f35cf7c60783 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Fri, 30 Dec 2022 10:06:41 -0800 Subject: [PATCH] Fix second command --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ::