Coverage report: + 67% +
+ + ++ Files + Functions + Classes +
++ coverage.py v7.6.7, + created at 2024-12-12 10:48 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 000000000..8670e8970 --- /dev/null +++ b/coverage.html @@ -0,0 +1,496 @@ + + +
+ ++ coverage.py v7.6.7, + created at 2024-12-12 10:48 +0000 +
+File | +statements | +missing | +excluded | +coverage | +
---|---|---|---|---|
app/__init__.py | +0 | +0 | +0 | +100% | +
app/__version__.py | +1 | +0 | +0 | +100% | +
app/auth/__init__.py | +0 | +0 | +0 | +100% | +
app/auth/auth_deps.py | +91 | +68 | +0 | +25% | +
app/auth/auth_routes.py | +71 | +36 | +0 | +49% | +
app/auth/auth_schemas.py | +37 | +3 | +0 | +92% | +
app/auth/providers/osm.py | +32 | +20 | +0 | +38% | +
app/auth/roles.py | +83 | +19 | +0 | +77% | +
app/central/__init__.py | +0 | +0 | +0 | +100% | +
app/central/central_crud.py | +310 | +132 | +0 | +57% | +
app/central/central_deps.py | +28 | +10 | +0 | +64% | +
app/central/central_routes.py | +41 | +18 | +0 | +56% | +
app/central/central_schemas.py | +151 | +18 | +0 | +88% | +
app/config.py | +172 | +35 | +0 | +80% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +11 | +3 | +0 | +73% | +
app/db/enums.py | +100 | +0 | +0 | +100% | +
app/db/models.py | +589 | +164 | +0 | +72% | +
app/db/postgis_utils.py | +314 | +117 | +0 | +63% | +
app/helpers/__init__.py | +0 | +0 | +0 | +100% | +
app/helpers/helper_routes.py | +127 | +83 | +0 | +35% | +
app/main.py | +121 | +33 | +0 | +73% | +
app/monitoring.py | +75 | +61 | +0 | +19% | +
app/organisations/__init__.py | +0 | +0 | +0 | +100% | +
app/organisations/organisation_crud.py | +25 | +4 | +0 | +84% | +
app/organisations/organisation_deps.py | +34 | +13 | +0 | +62% | +
app/organisations/organisation_routes.py | +61 | +26 | +0 | +57% | +
app/organisations/organisation_schemas.py | +29 | +1 | +0 | +97% | +
app/projects/__init__.py | +0 | +0 | +0 | +100% | +
app/projects/project_crud.py | +265 | +116 | +0 | +56% | +
app/projects/project_deps.py | +24 | +2 | +0 | +92% | +
app/projects/project_routes.py | +300 | +117 | +0 | +61% | +
app/projects/project_schemas.py | +151 | +20 | +0 | +87% | +
app/s3.py | +114 | +62 | +0 | +46% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +105 | +65 | +0 | +38% | +
app/submissions/submission_routes.py | +147 | +83 | +0 | +44% | +
app/submissions/submission_schemas.py | +52 | +14 | +0 | +73% | +
app/tasks/__init__.py | +0 | +0 | +0 | +100% | +
app/tasks/task_crud.py | +11 | +5 | +0 | +55% | +
app/tasks/task_deps.py | +12 | +4 | +0 | +67% | +
app/tasks/task_routes.py | +36 | +7 | +0 | +81% | +
app/tasks/task_schemas.py | +20 | +0 | +0 | +100% | +
app/users/__init__.py | +0 | +0 | +0 | +100% | +
app/users/user_deps.py | +16 | +4 | +0 | +75% | +
app/users/user_routes.py | +30 | +10 | +0 | +67% | +
app/users/user_schemas.py | +12 | +0 | +0 | +100% | +
tests/__init__.py | +0 | +0 | +0 | +100% | +
tests/conftest.py | +157 | +12 | +0 | +92% | +
tests/test_central_routes.py | +13 | +2 | +0 | +85% | +
tests/test_data/__init__.py | +2 | +0 | +0 | +100% | +
tests/test_organisation_routes.py | +11 | +2 | +0 | +82% | +
tests/test_projects_routes.py | +190 | +3 | +0 | +98% | +
tests/test_submission_routes.py | +58 | +2 | +0 | +97% | +
tests/test_task_routes.py | +46 | +2 | +0 | +96% | +
tests/test_users.py | +2 | +0 | +0 | +100% | +
Total | +4277 | +1396 | +0 | +67% | +
+ No items found using the specified filter. +
+