Skip to content

Commit

Permalink
Fix coverage volume mount spot :')
Browse files Browse the repository at this point in the history
GrandMoff100 committed Jan 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a37c190 commit f1278e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -14,9 +14,7 @@ services:
BUILD_FROM: "python:3.9"
image: homeassistant-tests:latest
volumes:
- type: bind
source: ./volumes/coverage
target: /coverage
- ./volumes/coverage:/app/coverage:rw
depends_on:
- server
environment:

0 comments on commit f1278e8

Please sign in to comment.