Skip to content

Commit 7e4771a

Browse files
author
Ilyas Gasanov
committed
[DOP-21350] Fix test coverage percentage
1 parent 6f9d6b0 commit 7e4771a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
context: .
8080
target: test
8181
command: --loglevel=info -Q test_queue
82-
entrypoint: [python, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
82+
entrypoint: [coverage, run, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
8383
env_file: .env.docker
8484
environment:
8585
# CI runs tests in the worker container, so we need to turn off interaction with static files for it

0 commit comments

Comments
 (0)