Coverage report: + 55% +
+ + ++ coverage.py v7.4.2, + created at 2024-05-06 10:15 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 0000000000..6f7161269d --- /dev/null +++ b/coverage.html @@ -0,0 +1,452 @@ + + +
+ ++ coverage.py v7.4.2, + created at 2024-05-06 10:15 +0000 +
+Module | +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 | +67 | +31 | +0 | +54% | +
app/auth/osm.py | +36 | +15 | +0 | +58% | +
app/auth/roles.py | +69 | +24 | +0 | +65% | +
app/central/__init__.py | +0 | +0 | +0 | +100% | +
app/central/central_crud.py | +369 | +222 | +0 | +40% | +
app/central/central_deps.py | +13 | +2 | +0 | +85% | +
app/central/central_routes.py | +97 | +76 | +0 | +22% | +
app/central/central_schemas.py | +68 | +12 | +0 | +82% | +
app/config.py | +168 | +36 | +0 | +79% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +13 | +0 | +0 | +100% | +
app/db/db_models.py | +256 | +3 | +0 | +99% | +
app/db/postgis_utils.py | +283 | +91 | +0 | +68% | +
app/helpers/__init__.py | +0 | +0 | +0 | +100% | +
app/helpers/helper_routes.py | +90 | +56 | +0 | +38% | +
app/main.py | +120 | +32 | +0 | +73% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +146 | +18 | +0 | +88% | +
app/monitoring.py | +76 | +61 | +0 | +20% | +
app/organisations/__init__.py | +0 | +0 | +0 | +100% | +
app/organisations/organisation_crud.py | +92 | +51 | +0 | +45% | +
app/organisations/organisation_deps.py | +47 | +19 | +0 | +60% | +
app/organisations/organisation_routes.py | +49 | +15 | +0 | +69% | +
app/organisations/organisation_schemas.py | +43 | +8 | +0 | +81% | +
app/projects/__init__.py | +0 | +0 | +0 | +100% | +
app/projects/project_crud.py | +597 | +326 | +0 | +45% | +
app/projects/project_deps.py | +29 | +2 | +0 | +93% | +
app/projects/project_routes.py | +339 | +172 | +0 | +49% | +
app/projects/project_schemas.py | +227 | +36 | +0 | +84% | +
app/s3.py | +81 | +49 | +0 | +40% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +368 | +326 | +0 | +11% | +
app/submissions/submission_routes.py | +143 | +98 | +0 | +31% | +
app/submissions/submission_schemas.py | +15 | +0 | +0 | +100% | +
app/tasks/__init__.py | +0 | +0 | +0 | +100% | +
app/tasks/tasks_crud.py | +125 | +101 | +0 | +19% | +
app/tasks/tasks_routes.py | +60 | +32 | +0 | +47% | +
app/tasks/tasks_schemas.py | +86 | +22 | +0 | +74% | +
app/users/__init__.py | +0 | +0 | +0 | +100% | +
app/users/user_crud.py | +21 | +12 | +0 | +43% | +
app/users/user_deps.py | +24 | +13 | +0 | +46% | +
app/users/user_routes.py | +33 | +19 | +0 | +42% | +
app/users/user_schemas.py | +17 | +0 | +0 | +100% | +
tests/__init__.py | +0 | +0 | +0 | +100% | +
tests/conftest.py | +82 | +7 | +0 | +91% | +
tests/test_data/__init__.py | +3 | +0 | +0 | +100% | +
tests/test_projects_routes.py | +93 | +2 | +0 | +98% | +
tests/test_users.py | +3 | +0 | +0 | +100% | +
Total | +4449 | +1989 | +0 | +55% | +
+ No items found using the specified filter. +
+