Skip to content

Commit 82e989a

Browse files
committed
Improved coverage cover
1 parent b3693e3 commit 82e989a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude = setup.py,docs/*,examples/cookbook_django/*
33
max-line-length = 120
44

55
[coverage:run]
6-
omit = core/ntypes/tests/*
6+
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*
77

88
[isort]
99
known_first_party=graphene

0 commit comments

Comments
 (0)