Add coverage report to test run.

This commit is contained in:
Chapman Shoop 2019-08-04 14:41:33 -07:00
parent c45d781c96
commit b9cd75a7de
3 changed files with 6 additions and 3 deletions

View File

@ -23,4 +23,5 @@ RUN pip install -r requirements.txt
ADD . .
RUN python setup.py install
RUN python setup.py test
RUN coverage run --source=src setup.py test
RUN coverage report

View File

@ -24,4 +24,5 @@ RUN pip install -r requirements.txt
ADD . .
RUN python setup.py install
RUN python setup.py test
RUN coverage run --source=src setup.py test
RUN coverage report

View File

@ -1,3 +1,4 @@
python_prctl
coverage
psutil
pycrypto
python_prctl