Created
October 17, 2017 21:57
-
-
Save paltman/1d940dae09ea799cf1fbe921968112f4 to your computer and use it in GitHub Desktop.
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
[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