Skip to content

Fix: IPFS config was not properly provided.

dadad88
Select commit
Loading
Failed to load commit list.
Open

Switch to using the local IPFS Kubo daemon for IPFS files #779

Fix: IPFS config was not properly provided.
dadad88
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2026 in 0s

63.41% (+28.32%) compared to b6053f6

View this Pull Request on Codecov

63.41% (+28.32%) compared to b6053f6

Details

Codecov Report

❌ Patch coverage is 70.75027% with 807 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.41%. Comparing base (b6053f6) to head (dadad88).
⚠️ Report is 1289 commits behind head on main.

Files with missing lines Patch % Lines
src/aleph/vm/orchestrator/views/operator.py 57.14% 77 Missing and 13 partials ⚠️
src/aleph/vm/garbage_collector.py 0.00% 78 Missing ⚠️
src/aleph/vm/orchestrator/views/__init__.py 16.66% 70 Missing ⚠️
...c/aleph/vm/hypervisors/qemu_confidential/qemuvm.py 29.82% 40 Missing ⚠️
src/aleph/vm/orchestrator/tasks.py 50.81% 27 Missing and 3 partials ⚠️
...aleph/vm/controllers/qemu_confidential/instance.py 58.57% 29 Missing ⚠️
src/aleph/vm/models.py 57.81% 24 Missing and 3 partials ⚠️
src/aleph/vm/pool.py 27.02% 27 Missing ⚠️
src/aleph/vm/conf.py 78.51% 11 Missing and 15 partials ⚠️
src/aleph/vm/orchestrator/status.py 25.00% 24 Missing ⚠️
... and 38 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #779       +/-   ##
===========================================
+ Coverage   35.09%   63.41%   +28.32%     
===========================================
  Files          53       77       +24     
  Lines        4893     6877     +1984     
  Branches      583      578        -5     
===========================================
+ Hits         1717     4361     +2644     
+ Misses       3154     2326      -828     
- Partials       22      190      +168     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.