Skip to content

Commit

Permalink
New version of Coverage.py (4.0) seems to have broken the old .covera…
Browse files Browse the repository at this point in the history
…gerc configuration
  • Loading branch information
haakenlid committed Oct 8, 2015
1 parent f07acc1 commit 16f439c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/.coveragerc
@@ -1,13 +1,15 @@
[run]
source = sorl
exclude_lines =
pragma: no cover
if __name__ == .__main__.:

omit =
*/sorl-thumbnail/sorl/__init__.py
*/sorl/thumbnail/__init__.py
*/sorl/thumbnail/conf/__init__.py
*/sorl/thumbnail/admin/compat.py
*/sorl/thumbnail/admin/__init__.py
*/sorl/thumbnail/compat.py
*/sorl/thumbnail/compat.py

[report]
exclude_lines =
pragma: no cover
if __name__ == .__main__.:

1 comment on commit 16f439c

@haakenlid
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.