31 lines
1.8 KiB
Plaintext
31 lines
1.8 KiB
Plaintext
.................................. [100%]
|
|
|
|
---------- coverage: platform linux, python 3.11.15-final-0 ----------
|
|
Name Stmts Miss Cover Missing
|
|
-------------------------------------------------------------
|
|
app.py 48 13 73% 58-60, 64-66, 70-73, 77-79, 85
|
|
db.py 41 4 90% 61-64
|
|
models/__init__.py 0 0 100%
|
|
models/annonce_model.py 20 0 100%
|
|
models/audit_model.py 6 2 67% 13-17
|
|
models/block_model.py 23 17 26% 13-15, 25-30, 34-39, 49-52, 56-59
|
|
models/evenement_model.py 14 10 29% 5-9, 13-17, 21-25, 29-32
|
|
models/fichier_model.py 14 6 57% 13-17, 29-32
|
|
routes/__init__.py 0 0 100%
|
|
routes/annonces.py 42 6 86% 47-50, 60-61
|
|
routes/auth.py 38 20 47% 47-51, 55-65, 69-74, 84-86
|
|
routes/dashboard.py 35 12 66% 12, 19, 29, 35-36, 42-46, 52-55
|
|
routes/evenements.py 29 8 72% 18, 33, 39-44
|
|
routes/fichiers.py 41 18 56% 18, 31, 37-46, 52-59
|
|
services/__init__.py 0 0 100%
|
|
services/annonce_service.py 33 1 97% 23
|
|
services/audit_service.py 5 1 80% 11
|
|
services/auth_service.py 36 1 97% 82
|
|
services/block_service.py 14 9 36% 7, 11-15, 20-21, 25
|
|
services/evenement_service.py 29 13 55% 16-17, 21, 26, 31-33, 37-42
|
|
services/fichier_service.py 84 15 82% 70, 72, 129, 141, 150-160
|
|
-------------------------------------------------------------
|
|
TOTAL 552 156 72%
|
|
|
|
34 passed in 0.92s
|