Skip to content

Commit

Permalink
[DOP-21350] Fix test coverage percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyas Gasanov committed Nov 14, 2024
1 parent 6f9d6b0 commit 7e4771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
context: .
target: test
command: --loglevel=info -Q test_queue
entrypoint: [python, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
entrypoint: [coverage, run, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
env_file: .env.docker
environment:
# CI runs tests in the worker container, so we need to turn off interaction with static files for it
Expand Down

0 comments on commit 7e4771a

Please sign in to comment.