simplified copying of coverage.xml and removing of testcontainer

This commit is contained in:
Matthias Bisping 2022-03-24 14:36:34 +01:00
parent 1fb24d67f1
commit ebcee7ff2a

View File

@ -8,6 +8,4 @@ name=pyinfra-tests-${rnd}
echo "running tests container" echo "running tests container"
docker run --net=host --name $name -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/docker.sock pyinfra-tests:dev docker run --rm --net=host --name $name -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/docker.sock pyinfra-tests:dev
docker cp $name:/app/service/reports/coverage.xml reports/coverage.xml
docker rm $name