Created
July 23, 2017 05:15
-
-
Save vladimirmyshkovski/45e8bb7b74684523c48efa134e86ccda to your computer and use it in GitHub Desktop.
Django run coverage with docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker-compose -f local.yml run --rm django coverage run --source . -m py.test | |
| docker-compose -f local.yml run --rm django coverage report | |
| docker-compose -f local.yml run --rm django coverage html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment