Skip to content
Snippets Groups Projects
Commit a6140b3b authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

make coverage fail under 90

parent 41071672
No related branches found
No related tags found
1 merge request!286Add Edge Port, GÉANT IP and IAS products
Pipeline #89882 passed
......@@ -20,7 +20,7 @@ commands =
ruff check --respect-gitignore --preview .
ruff format --respect-gitignore --preview --check .
mypy .
sh -c 'if [ $SKIP_ALL_TESTS = 1 ]; then echo "Skipping coverage report"; else pytest --cov=gso --cov-report=xml --cov-report=html --cov-fail-under=85 -n auto {posargs}; fi'
sh -c 'if [ $SKIP_ALL_TESTS = 1 ]; then echo "Skipping coverage report"; else pytest --cov=gso --cov-report=xml --cov-report=html --cov-fail-under=90 -n auto {posargs}; fi'
allowlist_externals =
sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment