Skip to content

Commit 8c1c928

Browse files
committed
♻️ Mount coverage volume
1 parent f6b701b commit 8c1c928

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ services:
8080
- .venv
8181
- path: ./backend/pyproject.toml
8282
action: rebuild
83+
# TODO: remove once coverage is done locally
84+
volumes:
85+
- backend/htmlcov:/app/htmlcov
8386
environment:
8487
SMTP_HOST: "mailcatcher"
8588
SMTP_PORT: "1025"

0 commit comments

Comments
 (0)