14
0
forked from pool/python-sgqlc
2023-06-23 03:31:12 +00:00
committed by Git OBS Bridge
commit 0318d587e0
6 changed files with 120 additions and 0 deletions

13
no-coverage.patch Normal file
View File

@@ -0,0 +1,13 @@
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',