docker-compose down in sonarscan script
This commit is contained in:
parent
830a2ff76d
commit
039708c598
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user