Skip to content

docs: update documentation for web-safe architecture

c1b17c2
Select commit
Loading
Failed to load commit list.
Merged

refactor: remove file system access for web-based hosting security #132

docs: update documentation for web-safe architecture
c1b17c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2025 in 0s

84.75% (target 80.00%)

View this Pull Request on Codecov

84.75% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 48.27586% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.75%. Comparing base (f79bad0) to head (c1b17c2).

Files with missing lines Patch % Lines
src/databeak/servers/io_server.py 25.00% 28 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
- Coverage   87.68%   84.75%   -2.93%     
==========================================
  Files          27       27              
  Lines        3255     3076     -179     
  Branches      485      458      -27     
==========================================
- Hits         2854     2607     -247     
- Misses        281      355      +74     
+ Partials      120      114       -6     
Files with missing lines Coverage Δ
src/databeak/core/session.py 84.13% <100.00%> (-2.01%) ⬇️
src/databeak/core/settings.py 92.50% <100.00%> (+0.19%) ⬆️
src/databeak/models/data_models.py 98.11% <ø> (-0.14%) ⬇️
src/databeak/models/tool_responses.py 100.00% <100.00%> (ø)
src/databeak/server.py 96.92% <100.00%> (+0.04%) ⬆️
src/databeak/servers/system_server.py 87.32% <100.00%> (ø)
src/databeak/servers/io_server.py 43.33% <25.00%> (-46.40%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f79bad0...c1b17c2. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.