Add rnib functionality
[ric-plt/xapp-frame-py.git] / Dockerfile-Unit-Test
index ee754ce..6e6497d 100644 (file)
@@ -28,7 +28,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