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
Branches
Tags
1 merge request!286Add Edge Port, GÉANT IP and IAS products
Pipeline #89882 passed
...@@ -20,7 +20,7 @@ commands = ...@@ -20,7 +20,7 @@ commands =
ruff check --respect-gitignore --preview . ruff check --respect-gitignore --preview .
ruff format --respect-gitignore --preview --check . ruff format --respect-gitignore --preview --check .
mypy . 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 = allowlist_externals =
sh sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment