mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Fix second command
This commit is contained in:
parent
497d28209c
commit
8440d330c1
|
@ -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: ::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user