Fix second command

This commit is contained in:
Pamela Fox 2022-12-30 10:06:41 -08:00 committed by GitHub
parent 497d28209c
commit 8440d330c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: :: 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: :: If you're running the project locally with Docker, use these commands instead: ::