Created
September 10, 2019 21:09
-
-
Save mesmacosta/e3c83ddb3e3b3dbb9f235ae6eeb0197e to your computer and use it in GitHub Desktop.
Run coverage script
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
| #!/usr/bin/env bash | |
| source ./env/bin/activate | |
| pytest --cov --cov-report html --cov-report term-missing | |
| open /Applications/Google\ Chrome.app htmlcov/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment