Skip to content

Commit

Permalink
Add coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed Jun 12, 2015
1 parent 039cbd8 commit 557803e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
branch = 1
omit = */test_*.py
source = saleor

[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
return NotImplemented
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.*
!.bowerrc
!.buildpacks
!.coveragerc
!.gitignore
!.travis*
*.css
Expand Down

0 comments on commit 557803e

Please sign in to comment.