Skip to content

Commit

Permalink
Added reasonable .coveragerc.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Jan 24, 2013
1 parent 98279fa commit bf6dfde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[report]
omit =
envelope/__init__.py
../src/*
../lib/*
*/test*
runtests.py
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build/
docs/_*
docs/Makefile
docs/make.bat
.coverage*
.coverage
*,cover
htmlcov

Expand Down

0 comments on commit bf6dfde

Please sign in to comment.