Skip to content

Instantly share code, notes, and snippets.

@paltman
Created October 17, 2017 21:57
Show Gist options
  • Save paltman/1d940dae09ea799cf1fbe921968112f4 to your computer and use it in GitHub Desktop.
Save paltman/1d940dae09ea799cf1fbe921968112f4 to your computer and use it in GitHub Desktop.
[coverage:run]
source = pinax
omit =
<package>/tests/*
<package>/migrations/*
branch = true
data_file = .coverage
[coverage:report]
omit =
<package>/tests/*
<package>/migrations/*
exclude_lines =
coverage: omit
pragma: no-cover
show_missing = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment