Skip to content

Commit

Permalink
Trying to omit all weird files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Jan 3, 2014
1 parent c6b0a08 commit f51168a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# .coveragerc to control coverage.py
[run]
branch = True
omit = /usr/*
omit = */python?.?/*
*/site-packages/nose/*

[report]
omit =
*/python?.?/*
*/site-packages/nose/*

0 comments on commit f51168a

Please sign in to comment.