setup coverage
This commit is contained in:
parent
abe6497421
commit
999b824874
8 changed files with 46 additions and 23 deletions
10
test.yml
10
test.yml
|
|
@ -1,11 +1,11 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
env_file:
|
||||
- tests/.env
|
||||
tests:
|
||||
build: tests
|
||||
build:
|
||||
context: .
|
||||
dockerfile: tests/Dockerfile
|
||||
env_file:
|
||||
- tests/.env
|
||||
volumes:
|
||||
- ./:/app
|
||||
|
|
|
|||
Loading…
Reference in a new issue