forked from MCERQUA/OpenVoiceUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coveragerc
More file actions
43 lines (42 loc) · 968 Bytes
/
Copy path.coveragerc
File metadata and controls
43 lines (42 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[run]
source = .
omit =
tests/*
backups/*
local-model/*
generate_dj_sounds.py
tools_health_check.py
test_supertonic.py
*/migrations/*
*/__pycache__/*
*/supertonic/*
setup*.py
# Excluded from coverage: old monolith being replaced by blueprints (Phase 2-3)
server.py
# Excluded: external service wrappers requiring live connections to test
services/gateway.py
services/tts.py
# Excluded: optional ElevenLabs feature (P7-T4/T5)
routes/elevenlabs_hybrid.py
# Excluded: standalone utility scripts
memory_client.py
supertonic_tts.py
[report]
omit =
tests/*
backups/*
local-model/*
generate_dj_sounds.py
tools_health_check.py
test_supertonic.py
*/migrations/*
*/__pycache__/*
*/supertonic/*
setup*.py
server.py
services/gateway.py
services/tts.py
routes/elevenlabs_hybrid.py
memory_client.py
supertonic_tts.py
show_missing = True