Skip to content
Snippets Groups Projects

skip coverge percentage cheking in case of $SKIP_ALL_TESTS is 1

Merged Mohammad Torkashvand requested to merge fix/jenkins-ci into develop
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -32,4 +32,7 @@ commands =
coverage run --source gso --omit="gso/migrations/*" -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
Loading