From d2032c1092f278243eceb9f6532097a2fff9c515 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 28 Jan 2025 11:06:54 +0800 Subject: [PATCH] feat: add pytest-cov --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bafea6e..07feb08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend python3 python3-venv python3-pip python3-dev && \ apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* -RUN pip3 install debugpy pytest cython pylint pylint-exit +RUN pip3 install debugpy pytest pytest-cov cython pylint pylint-exit # install golang RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.linux-amd64.tar.gz && \