From 3af90e317e8727c8629af0eddae98594c63d7300 Mon Sep 17 00:00:00 2001 From: Josh Burman Date: Mon, 25 Apr 2022 18:31:06 +0000 Subject: [PATCH] adds test coverage --- .docker-compose/Dockerfile | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index b8715c1..ec22307 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -7,6 +7,7 @@ RUN python -m pip install pydantic RUN python -m pip install daemonize RUN python -m pip install sqspy RUN python -m pip install -U pytest +RUN python -m pip install pytest-cov RUN mkdir /app WORKDIR /app diff --git a/Dockerfile b/Dockerfile index c41c12d..4c9e296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN python -m pip install pydantic RUN python -m pip install daemonize RUN python -m pip install sqspy RUN python -m pip install -U pytest +RUN python -m pip install pytest-cov RUN mkdir /app WORKDIR /app