coverage-2.7
A tool for measuring code coverage of Python programs
RUN apt-get update && \
apt-get install -y python-coverage
RUN apt-get update && \
apt-get install -y python-coverage
RUN pacman -S --noconfirm python2-coverage
RUN apt-get update && \
apt-get install -y python-coverage
RUN yum install -y python-coverage
RUN dnf install -y python2-coverage
RUN apt-get update && \
apt-get install -y python-coverage