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

add SKIP_ALL_TESTS to coverage report

parent 51394a92
No related branches found
No related tags found
No related merge requests found
Pipeline #84304 passed
......@@ -30,4 +30,7 @@ commands =
coverage run --source ansible_inventory_generator -m pytest {posargs}
coverage xml
coverage html
coverage report --fail-under 80
sh -c "if [ $SKIP_ALL_TESTS -eq 1 ]; then echo 'Skipping coverage report'; else coverage report --fail-under 80; fi"
allowlist_externals =
sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment