Coverage report: + 54% +
+ + ++ coverage.py v7.4.2, + created at 2024-03-21 10:13 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 0000000000..24e6286ac6 --- /dev/null +++ b/coverage.html @@ -0,0 +1,438 @@ + + +
+ ++ coverage.py v7.4.2, + created at 2024-03-21 10:13 +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 | +53 | +22 | +0 | +58% | +
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 | +253 | +158 | +0 | +38% | +
app/central/central_routes.py | +97 | +76 | +0 | +22% | +
app/config.py | +95 | +8 | +0 | +92% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +13 | +0 | +0 | +100% | +
app/db/db_models.py | +248 | +3 | +0 | +99% | +
app/db/postgis_utils.py | +182 | +60 | +0 | +67% | +
app/helpers/__init__.py | +0 | +0 | +0 | +100% | +
app/helpers/helper_routes.py | +17 | +6 | +0 | +65% | +
app/main.py | +95 | +20 | +0 | +79% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +134 | +18 | +0 | +87% | +
app/organisations/__init__.py | +0 | +0 | +0 | +100% | +
app/organisations/organisation_crud.py | +84 | +57 | +0 | +32% | +
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 | +647 | +379 | +0 | +41% | +
app/projects/project_deps.py | +27 | +1 | +0 | +96% | +
app/projects/project_routes.py | +364 | +221 | +0 | +39% | +
app/projects/project_schemas.py | +212 | +33 | +0 | +84% | +
app/s3.py | +81 | +50 | +0 | +38% | +
app/static/__init__.py | +3 | +0 | +0 | +100% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +362 | +321 | +0 | +11% | +
app/submissions/submission_routes.py | +145 | +99 | +0 | +32% | +
app/submissions/submission_schemas.py | +15 | +0 | +0 | +100% | +
app/tasks/__init__.py | +0 | +0 | +0 | +100% | +
app/tasks/tasks_crud.py | +134 | +102 | +0 | +24% | +
app/tasks/tasks_routes.py | +83 | +48 | +0 | +42% | +
app/tasks/tasks_schemas.py | +110 | +29 | +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 | +107 | +2 | +0 | +98% | +
tests/test_users.py | +3 | +0 | +0 | +100% | +
Total | +3989 | +1845 | +0 | +54% | +
+ No items found using the specified filter. +
+