Coverage report: + 63% +
+ + ++ Files + Functions + Classes +
++ coverage.py v7.5.3, + created at 2024-09-19 19:41 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 000000000..163cf4518 --- /dev/null +++ b/coverage.html @@ -0,0 +1,496 @@ + + +
+ ++ coverage.py v7.5.3, + created at 2024-09-19 19:41 +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_routes.py | +86 | +53 | +0 | +38% | +
app/auth/auth_schemas.py | +52 | +8 | +0 | +85% | +
app/auth/osm.py | +58 | +36 | +0 | +38% | +
app/auth/roles.py | +77 | +21 | +0 | +73% | +
app/central/__init__.py | +0 | +0 | +0 | +100% | +
app/central/central_crud.py | +355 | +168 | +0 | +53% | +
app/central/central_deps.py | +12 | +1 | +0 | +92% | +
app/central/central_routes.py | +34 | +16 | +0 | +53% | +
app/central/central_schemas.py | +67 | +3 | +0 | +96% | +
app/config.py | +172 | +39 | +0 | +77% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +12 | +0 | +0 | +100% | +
app/db/db_models.py | +192 | +3 | +0 | +98% | +
app/db/postgis_utils.py | +312 | +106 | +0 | +66% | +
app/helpers/__init__.py | +0 | +0 | +0 | +100% | +
app/helpers/helper_routes.py | +135 | +92 | +0 | +32% | +
app/main.py | +119 | +32 | +0 | +73% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +143 | +28 | +0 | +80% | +
app/monitoring.py | +75 | +61 | +0 | +19% | +
app/organisations/__init__.py | +0 | +0 | +0 | +100% | +
app/organisations/organisation_crud.py | +91 | +48 | +0 | +47% | +
app/organisations/organisation_deps.py | +46 | +19 | +0 | +59% | +
app/organisations/organisation_routes.py | +49 | +14 | +0 | +71% | +
app/organisations/organisation_schemas.py | +42 | +6 | +0 | +86% | +
app/projects/__init__.py | +0 | +0 | +0 | +100% | +
app/projects/project_crud.py | +519 | +221 | +0 | +57% | +
app/projects/project_deps.py | +35 | +6 | +0 | +83% | +
app/projects/project_routes.py | +329 | +140 | +0 | +57% | +
app/projects/project_schemas.py | +254 | +35 | +0 | +86% | +
app/s3.py | +116 | +65 | +0 | +44% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +203 | +171 | +0 | +16% | +
app/submissions/submission_routes.py | +136 | +92 | +0 | +32% | +
app/submissions/submission_schemas.py | +14 | +0 | +0 | +100% | +
app/tasks/__init__.py | +0 | +0 | +0 | +100% | +
app/tasks/task_deps.py | +20 | +11 | +0 | +45% | +
app/tasks/tasks_crud.py | +123 | +60 | +0 | +51% | +
app/tasks/tasks_routes.py | +60 | +27 | +0 | +55% | +
app/tasks/tasks_schemas.py | +83 | +22 | +0 | +73% | +
app/users/__init__.py | +0 | +0 | +0 | +100% | +
app/users/user_crud.py | +20 | +11 | +0 | +45% | +
app/users/user_deps.py | +23 | +13 | +0 | +43% | +
app/users/user_routes.py | +32 | +19 | +0 | +41% | +
app/users/user_schemas.py | +16 | +0 | +0 | +100% | +
tests/__init__.py | +0 | +0 | +0 | +100% | +
tests/conftest.py | +136 | +12 | +0 | +91% | +
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 | +195 | +3 | +0 | +98% | +
tests/test_task_routes.py | +22 | +2 | +0 | +91% | +
tests/test_users.py | +2 | +0 | +0 | +100% | +
Total | +4494 | +1668 | +0 | +63% | +
+ No items found using the specified filter. +
+