aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-03-30 18:22:21 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-03-31 09:54:11 -0700
commit0ff1957a5bb30f6ba0a461ce077f4b94ab0d6f63 (patch)
tree89319f44261c8e9b2d82865816f8fadf5eb2e955 /templates
parent24eab2a127531ce322027734839548aa4a0932b1 (diff)
Fix test coverage reporting
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template b/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template
index fdf44312ec..93d26b5594 100644
--- a/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template
@@ -38,6 +38,10 @@
<%include file="../../php_deps.include"/>
<%include file="../../ruby_deps.include"/>
<%include file="../../python_deps.include"/>
+ # Install coverage for Python test coverage reporting
+ RUN pip install coverage
+ ENV PATH ~/.local/bin:$PATH
+
<%include file="../../run_tests_addons.include"/>
# Define the default command.
CMD ["bash"]