docker-compose down in sonarscan script

This commit is contained in:
Matthias Bisping 2022-03-24 09:35:54 +01:00
parent 830a2ff76d
commit 039708c598

View File

@ -7,6 +7,7 @@ python3 -m venv build_venv
source build_venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install dependency-check
python3 -m pip install docker-compose
echo "coverage report generation"
@ -16,8 +17,9 @@ python3 -m pip install coverage
#python3 -m pip install -e .
#python3 -m pip install -r requirements.txt
bash run_tests.sh
docker-compose down
bash run_tests.sh
#coverage run -m pytest pyinfra/test/ -x && coverage report -m && coverage xml