adds test coverage
This commit is contained in:
parent
9054c92103
commit
3af90e317e
@ -7,6 +7,7 @@ RUN python -m pip install pydantic
|
|||||||
RUN python -m pip install daemonize
|
RUN python -m pip install daemonize
|
||||||
RUN python -m pip install sqspy
|
RUN python -m pip install sqspy
|
||||||
RUN python -m pip install -U pytest
|
RUN python -m pip install -U pytest
|
||||||
|
RUN python -m pip install pytest-cov
|
||||||
|
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -7,6 +7,7 @@ RUN python -m pip install pydantic
|
|||||||
RUN python -m pip install daemonize
|
RUN python -m pip install daemonize
|
||||||
RUN python -m pip install sqspy
|
RUN python -m pip install sqspy
|
||||||
RUN python -m pip install -U pytest
|
RUN python -m pip install -U pytest
|
||||||
|
RUN python -m pip install pytest-cov
|
||||||
|
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user