Coverage report: + 59% +
+ + ++ coverage.py v7.4.2, + created at 2024-06-19 15:59 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 000000000..aef2778d0 --- /dev/null +++ b/coverage.html @@ -0,0 +1,452 @@ + + +
+ ++ coverage.py v7.4.2, + created at 2024-06-19 15:59 +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 | +66 | +31 | +0 | +53% | +
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 | +354 | +219 | +0 | +38% | +
app/central/central_deps.py | +13 | +2 | +0 | +85% | +
app/central/central_routes.py | +18 | +6 | +0 | +67% | +
app/central/central_schemas.py | +68 | +12 | +0 | +82% | +
app/config.py | +175 | +37 | +0 | +79% | +
app/db/__init__.py | +0 | +0 | +0 | +100% | +
app/db/database.py | +13 | +0 | +0 | +100% | +
app/db/db_models.py | +253 | +3 | +0 | +99% | +
app/db/postgis_utils.py | +283 | +99 | +0 | +65% | +
app/helpers/__init__.py | +0 | +0 | +0 | +100% | +
app/helpers/helper_routes.py | +99 | +62 | +0 | +37% | +
app/main.py | +120 | +32 | +0 | +73% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +141 | +18 | +0 | +87% | +
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 | +578 | +304 | +0 | +47% | +
app/projects/project_deps.py | +36 | +6 | +0 | +83% | +
app/projects/project_routes.py | +333 | +166 | +0 | +50% | +
app/projects/project_schemas.py | +238 | +39 | +0 | +84% | +
app/s3.py | +81 | +49 | +0 | +40% | +
app/submissions/__init__.py | +0 | +0 | +0 | +100% | +
app/submissions/submission_crud.py | +164 | +133 | +0 | +19% | +
app/submissions/submission_routes.py | +109 | +70 | +0 | +36% | +
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 | +103 | +3 | +0 | +97% | +
tests/test_users.py | +3 | +0 | +0 | +100% | +
Total | +4127 | +1690 | +0 | +59% | +
+ No items found using the specified filter. +
+