Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 754 Bytes

Service for generate and send reports

Build Status Coverage Image

Run

Run directly

ENV_FOR_DYNACONF="production" python -m src.reportservice

Or use the docker deployment

cd deploy
docker compose up -d

Test

pytest --cov --cov-report term-missing