Add coverage report to test run.
This commit is contained in:
parent
c45d781c96
commit
b9cd75a7de
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
python_prctl
|
||||
coverage
|
||||
psutil
|
||||
pycrypto
|
||||
python_prctl
|
||||
|
|
Loading…
Reference in New Issue
Block a user