We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a319a6 + f98dbe7 commit 345d9d0Copy full SHA for 345d9d0
1 file changed
pytest.ini
@@ -1,4 +1,4 @@
1
[pytest]
2
-addopts = --durations=10 --cov-config=.coveragerc --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=98 -W error -p no:cacheprovider -p no:unraisableexception
+addopts = --durations=10 --cov-config=.coveragerc --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=90 -W error -p no:cacheprovider -p no:unraisableexception
3
python_files = tests.py test_*.py *_test.py
4
norecursedirs = venv *.egg-info .git build
0 commit comments