Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Created September 10, 2019 21:09
Show Gist options
  • Select an option

  • Save mesmacosta/e3c83ddb3e3b3dbb9f235ae6eeb0197e to your computer and use it in GitHub Desktop.

Select an option

Save mesmacosta/e3c83ddb3e3b3dbb9f235ae6eeb0197e to your computer and use it in GitHub Desktop.
Run coverage script
#!/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