Coverage report: + 48% +
+ + ++ coverage.py v7.4.0, + created at 2024-01-30 14:30 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 0000000000..a6bf166141 --- /dev/null +++ b/coverage.html @@ -0,0 +1,424 @@ + + +
+ ++ coverage.py v7.4.0, + created at 2024-01-30 14:30 +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 | +50 | +31 | +0 | +38% | +
app/auth/osm.py | +36 | +15 | +0 | +58% | +
app/auth/roles.py | +56 | +39 | +0 | +30% | +
app/central/__init__.py | +0 | +0 | +0 | +100% | +
app/central/central_crud.py | +275 | +163 | +0 | +41% | +
app/central/central_routes.py | +119 | +96 | +0 | +19% | +
app/config.py | +94 | +9 | +0 | +90% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +13 | +0 | +0 | +100% | +
app/db/db_models.py | +246 | +3 | +0 | +99% | +
app/db/postgis_utils.py | +32 | +8 | +0 | +75% | +
app/main.py | +86 | +18 | +0 | +79% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +124 | +18 | +0 | +85% | +
app/organisations/__init__.py | +0 | +0 | +0 | +100% | +
app/organisations/organisation_crud.py | +72 | +51 | +0 | +29% | +
app/organisations/organisation_deps.py | +40 | +24 | +0 | +40% | +
app/organisations/organisation_routes.py | +33 | +8 | +0 | +76% | +
app/organisations/organisation_schemas.py | +52 | +13 | +0 | +75% | +
app/projects/__init__.py | +0 | +0 | +0 | +100% | +
app/projects/project_crud.py | +869 | +551 | +0 | +37% | +
app/projects/project_deps.py | +14 | +2 | +0 | +86% | +
app/projects/project_routes.py | +386 | +272 | +0 | +30% | +
app/projects/project_schemas.py | +126 | +16 | +0 | +87% | +
app/s3.py | +80 | +49 | +0 | +39% | +
app/static/__init__.py | +3 | +0 | +0 | +100% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +348 | +311 | +0 | +11% | +
app/submissions/submission_routes.py | +123 | +82 | +0 | +33% | +
app/submissions/submission_schemas.py | +15 | +0 | +0 | +100% | +
app/tasks/__init__.py | +0 | +0 | +0 | +100% | +
app/tasks/tasks_crud.py | +161 | +127 | +0 | +21% | +
app/tasks/tasks_routes.py | +75 | +43 | +0 | +43% | +
app/tasks/tasks_schemas.py | +72 | +19 | +0 | +74% | +
app/users/__init__.py | +0 | +0 | +0 | +100% | +
app/users/user_crud.py | +21 | +11 | +0 | +48% | +
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 | +80 | +8 | +0 | +90% | +
tests/test_data/__init__.py | +3 | +0 | +0 | +100% | +
tests/test_projects_routes.py | +88 | +1 | +0 | +99% | +
tests/test_users.py | +3 | +0 | +0 | +100% | +
Total | +3870 | +2020 | +0 | +48% | +
+ No items found using the specified filter. +
+