test.sh in slosilo-2.2.1 vs test.sh in slosilo-2.2.2
- old
+ new
@@ -15,9 +15,11 @@
docker run --cidfile $cidfile -v /app/spec/reports $iid bundle exec rake jenkins || :
cid=$(cat $cidfile)
docker cp $cid:/app/spec/reports spec/
+docker cp $cid:/app/coverage spec
+
docker rm $cid
# untag, will use cache next time if available but no junk will be left
docker rmi $iid