Improved coverage cover

This commit is contained in:
Syrus Akbary 2016-02-01 14:13:46 -08:00
parent b3693e3702
commit 82e989a7b3
2 changed files with 3 additions and 1 deletions

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*

View File

@ -3,7 +3,7 @@ exclude = setup.py,docs/*,examples/cookbook_django/*
max-line-length = 120
[coverage:run]
omit = core/ntypes/tests/*
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*
[isort]
known_first_party=graphene