Skip to content

Commit

Permalink
♻️ Mount coverage volume
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 22, 2024
1 parent f6b701b commit 8c1c928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ services:
- .venv
- path: ./backend/pyproject.toml
action: rebuild
# TODO: remove once coverage is done locally
volumes:
- backend/htmlcov:/app/htmlcov
environment:
SMTP_HOST: "mailcatcher"
SMTP_PORT: "1025"
Expand Down

0 comments on commit 8c1c928

Please sign in to comment.