Coverage report: + 49% +
+ + ++ coverage.py v7.4.0, + created at 2024-02-08 14:52 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 0000000000..1fb1431a38 --- /dev/null +++ b/coverage.html @@ -0,0 +1,424 @@ + + +
+ ++ coverage.py v7.4.0, + created at 2024-02-08 14:52 +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 | +52 | +27 | +0 | +48% | +
app/auth/osm.py | +36 | +15 | +0 | +58% | +
app/auth/roles.py | +65 | +27 | +0 | +58% | +
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 | +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 | +249 | +3 | +0 | +99% | +
app/db/postgis_utils.py | +33 | +8 | +0 | +76% | +
app/main.py | +88 | +19 | +0 | +78% | +
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 | +47 | +19 | +0 | +60% | +
app/organisations/organisation_routes.py | +33 | +8 | +0 | +76% | +
app/organisations/organisation_schemas.py | +30 | +5 | +0 | +83% | +
app/projects/__init__.py | +0 | +0 | +0 | +100% | +
app/projects/project_crud.py | +850 | +547 | +0 | +36% | +
app/projects/project_deps.py | +14 | +1 | +0 | +93% | +
app/projects/project_routes.py | +397 | +274 | +0 | +31% | +
app/projects/project_schemas.py | +173 | +26 | +0 | +85% | +
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 | +347 | +310 | +0 | +11% | +
app/submissions/submission_routes.py | +125 | +82 | +0 | +34% | +
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 | +80 | +45 | +0 | +44% | +
app/tasks/tasks_schemas.py | +99 | +31 | +0 | +69% | +
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 | +81 | +7 | +0 | +91% | +
tests/test_data/__init__.py | +3 | +0 | +0 | +100% | +
tests/test_projects_routes.py | +91 | +1 | +0 | +99% | +
tests/test_users.py | +3 | +0 | +0 | +100% | +
Total | +3950 | +2011 | +0 | +49% | +
+ No items found using the specified filter. +
+