mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 05:06:47 +03:00
Improved coverage cover
This commit is contained in:
parent
b3693e3702
commit
82e989a7b3
2
.coveragerc
Normal file
2
.coveragerc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[run]
|
||||||
|
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*
|
|
@ -3,7 +3,7 @@ exclude = setup.py,docs/*,examples/cookbook_django/*
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
omit = core/ntypes/tests/*
|
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
known_first_party=graphene
|
known_first_party=graphene
|
||||||
|
|
Loading…
Reference in New Issue
Block a user