Merge "Add E2AP package that supports asn1 encoding/decoding function for E2AP."
[ric-plt/xapp-frame-py.git] / Dockerfile-Unit-Test
index 575f4ea..3366096 100644 (file)
@@ -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