X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=336609684b935a4ef0750606428d660daf3388b1;hb=5e8d27bedbc0d63a6e5ec30e3d752632885b56c4;hp=575f4ea66048d21d6dc50719b6ec79721358c0e8;hpb=26f15d649bf3687b2b6864f0e05c9fb88eec5456;p=ric-plt%2Fxapp-frame-py.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index 575f4ea..3366096 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -53,7 +53,7 @@ RUN pip install --upgrade pip && pip install tox # copies COPY ricxappframe/ /tmp/ricxappframe COPY tests/ /tmp/tests -COPY setup.py tox.ini LICENSE.txt /tmp/ +COPY setup.py tox.ini LICENSE.txt .coveragerc /tmp/ WORKDIR /tmp # Run the unit tests