Skip to content

Commit

Permalink
updated gitignore, added coveragerc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Jul 5, 2015
1 parent 2880cd1 commit acfed22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[report]
omit = venv*,wsgi.py
exclude_lines=
pragma: nocover
def __repr__
def __unicode__
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ javadoc
webchat.db
static_collect
.idea
.coverage
htmlcov
venv

0 comments on commit acfed22

Please sign in to comment.