Skip to content

Commit 024bf33

Browse files
committed
Ignore coverage for instrumentation
Signed-off-by: Federico Busetti <[email protected]>
1 parent bfff9f1 commit 024bf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/celery_worker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@worker_process_init.connect(weak=False)
1414
def init_celery_tracing(*args, **kwargs):
15-
CeleryInstrumentor().instrument()
15+
CeleryInstrumentor().instrument() # pragma: nocover
1616

1717

1818
app = application_init(AppConfig()).celery_app

0 commit comments

Comments
 (0)