Coverage report: + 62% +
+ + ++ Files + Functions + Classes +
++ coverage.py v7.5.3, + created at 2024-07-21 22:23 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 000000000..53937c065 --- /dev/null +++ b/coverage.html @@ -0,0 +1,496 @@ + + +
+ ++ coverage.py v7.5.3, + created at 2024-07-21 22:23 +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 | +76 | +43 | +0 | +43% | +
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 | +384 | +191 | +0 | +50% | +
app/central/central_deps.py | +12 | +2 | +0 | +83% | +
app/central/central_routes.py | +34 | +16 | +0 | +53% | +
app/central/central_schemas.py | +67 | +3 | +0 | +96% | +
app/config.py | +166 | +36 | +0 | +78% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +12 | +0 | +0 | +100% | +
app/db/db_models.py | +185 | +3 | +0 | +98% | +
app/db/postgis_utils.py | +314 | +110 | +0 | +65% | +
app/helpers/__init__.py | +0 | +0 | +0 | +100% | +
app/helpers/helper_routes.py | +113 | +74 | +0 | +35% | +
app/main.py | +119 | +32 | +0 | +73% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +143 | +34 | +0 | +76% | +
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 | +523 | +233 | +0 | +55% | +
app/projects/project_deps.py | +35 | +6 | +0 | +83% | +
app/projects/project_routes.py | +333 | +154 | +0 | +54% | +
app/projects/project_schemas.py | +246 | +35 | +0 | +86% | +
app/s3.py | +81 | +49 | +0 | +40% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +159 | +129 | +0 | +19% | +
app/submissions/submission_routes.py | +120 | +78 | +0 | +35% | +
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 | +94 | +0 | +24% | +
app/tasks/tasks_routes.py | +60 | +31 | +0 | +48% | +
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 | +134 | +13 | +0 | +90% | +
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 | +160 | +4 | +0 | +98% | +
tests/test_task_routes.py | +12 | +2 | +0 | +83% | +
tests/test_users.py | +2 | +0 | +0 | +100% | +
Total | +4338 | +1665 | +0 | +62% | +
+ No items found using the specified filter. +
+