Coverage report: + 53% +
+ + ++ coverage.py v7.4.2, + created at 2024-02-23 16:14 +0000 +
+diff --git a/coverage.html b/coverage.html new file mode 100644 index 0000000000..8c261a57ad --- /dev/null +++ b/coverage.html @@ -0,0 +1,424 @@ + + +
+ ++ coverage.py v7.4.2, + created at 2024-02-23 16:14 +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 | +68 | +24 | +0 | +65% | +
app/central/__init__.py | +0 | +0 | +0 | +100% | +
app/central/central_crud.py | +280 | +162 | +0 | +42% | +
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 | +250 | +3 | +0 | +99% | +
app/db/postgis_utils.py | +162 | +42 | +0 | +74% | +
app/main.py | +92 | +19 | +0 | +79% | +
app/models/__init__.py | +0 | +0 | +0 | +100% | +
app/models/enums.py | +130 | +18 | +0 | +86% | +
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 | +693 | +415 | +0 | +40% | +
app/projects/project_deps.py | +22 | +2 | +0 | +91% | +
app/projects/project_routes.py | +376 | +233 | +0 | +38% | +
app/projects/project_schemas.py | +202 | +29 | +0 | +86% | +
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 | +350 | +311 | +0 | +11% | +
app/submissions/submission_routes.py | +131 | +88 | +0 | +33% | +
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 | +87 | +50 | +0 | +43% | +
app/tasks/tasks_schemas.py | +113 | +31 | +0 | +73% | +
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 | +82 | +7 | +0 | +91% | +
tests/test_data/__init__.py | +3 | +0 | +0 | +100% | +
tests/test_projects_routes.py | +100 | +1 | +0 | +99% | +
tests/test_users.py | +3 | +0 | +0 | +100% | +
Total | +4011 | +1875 | +0 | +53% | +
+ No items found using the specified filter. +
+