Skip to content

Commit efebd81

Browse files
fix: exclude telemetry module from Workflow coverage (tested in ContentProcessor)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f4ee50e commit efebd81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tests/ContentProcessorWorkflow/.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ omit =
2323
# Exclude repositories and steps (require agent_framework)
2424
*/repositories/*
2525
*/steps/*
26+
# Exclude cross-accelerator telemetry module (tested in ContentProcessor suite)
27+
*/libs/llm_token_telemetry.py
28+
*/libs/telemetry.py
2629
# Exclude test files
2730
*/tests/*
2831
*/test_*.py

0 commit comments

Comments
 (0)