Skip to content

Commit

Permalink
Added coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafales committed Feb 17, 2013
1 parent a52195a commit c6c9fc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
@@ -0,0 +1,4 @@
[run]
parallel = true
source = pytest_django
branch = true
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,6 @@ _build
.DS_Store .DS_Store
*~ *~
.env .env
/.coverage.*
/.coverage
/htmlcov/

0 comments on commit c6c9fc4

Please sign in to comment.