Index: sgqlc-16.3/pyproject.toml =================================================================== --- sgqlc-16.3.orig/pyproject.toml +++ sgqlc-16.3/pyproject.toml @@ -5,7 +5,7 @@ target-version = ['py37'] force-exclude = '/(doc/|examples/.*(schema|operations)[.]py)' [tool.pytest.ini_options] -addopts = '--import-mode=importlib --doctest-modules --cov=sgqlc --cov-fail-under=100 --cov-report=term-missing --cov-report=xml --cov-report=html:cover' +addopts = '--import-mode=importlib --doctest-modules' python_files = ['test-*.py', 'test_*.py'] testpaths = [ 'sgqlc',