This commit is contained in:
Dulmandakh 2024-07-05 23:42:18 +08:00
parent c08c3c15f3
commit 03c634ed8a

View File

@ -38,3 +38,6 @@ pytest-mock = ">=3,<4"
pytest-asyncio = ">=0.16,<2"
snapshottest = ">=0.6,<1"
coveralls = ">=3.3,<5"
[tool.coverage.run]
omit = "graphene/pyutils/*,*/tests/*,graphene/types/scalars.py"